diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/objc-fwd-decl.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/objc-fwd-decl.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/objc-fwd-decl.ll b/llvm/test/DebugInfo/X86/objc-fwd-decl.ll index 3070ff88b3b..666904fa1d0 100644 --- a/llvm/test/DebugInfo/X86/objc-fwd-decl.ll +++ b/llvm/test/DebugInfo/X86/objc-fwd-decl.ll @@ -2,8 +2,8 @@ ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s ; CHECK: 0x00000027: DW_TAG_structure_type -; CHECK: 0x0000002c: DW_AT_declaration -; CHECK: 0x0000002d: DW_AT_APPLE_runtime_class +; CHECK: DW_AT_declaration +; CHECK: DW_AT_APPLE_runtime_class %0 = type opaque |