summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/DW_AT_byte_size.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/X86/DW_AT_byte_size.ll')
-rw-r--r--test/DebugInfo/X86/DW_AT_byte_size.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/DW_AT_byte_size.ll b/test/DebugInfo/X86/DW_AT_byte_size.ll
index 59280e027f..25b5f00c6a 100644
--- a/test/DebugInfo/X86/DW_AT_byte_size.ll
+++ b/test/DebugInfo/X86/DW_AT_byte_size.ll
@@ -4,7 +4,8 @@
; Checks that we don't emit a size for a pointer type.
; CHECK: DW_TAG_pointer_type
; CHECK-NEXT: DW_AT_type
-; CHECK-NOT-NEXT: DW_AT_byte_size
+; CHECK-NOT: DW_AT_byte_size
+; CHECK: .debug_info contents
%struct.A = type { i32 }