From fba80d9e97685f4aff959a6ba9fb076536bf285e Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 2 Oct 2012 15:49:34 +0000 Subject: Fix broken tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165019 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/DW_AT_byte_size.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/DebugInfo/X86/DW_AT_byte_size.ll') 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 } -- cgit v1.2.3