summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/debug-info-fwddecl.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/debug-info-fwddecl.m')
-rw-r--r--test/CodeGenObjC/debug-info-fwddecl.m7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-fwddecl.m b/test/CodeGenObjC/debug-info-fwddecl.m
index b43d7c0..8f419de 100644
--- a/test/CodeGenObjC/debug-info-fwddecl.m
+++ b/test/CodeGenObjC/debug-info-fwddecl.m
@@ -2,4 +2,9 @@
@class ForwardObjcClass;
ForwardObjcClass *ptr = 0;
-// CHECK: {{.*}} [ DW_TAG_structure_type ] [ForwardObjcClass] [line 2, size 0, align 0, offset 0] [decl]
+// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "ForwardObjcClass"
+// CHECK-SAME: line: 2
+// CHECK-NOT: size:
+// CHECK-NOT: align:
+// CHECK-NOT: offset:
+// CHECK-SAME: flags: DIFlagFwdDecl
OpenPOWER on IntegriCloud