summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/debug-info-property3.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/debug-info-property3.m')
-rw-r--r--test/CodeGenObjC/debug-info-property3.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-property3.m b/test/CodeGenObjC/debug-info-property3.m
index f96ec44c6b21..f63e744066ec 100644
--- a/test/CodeGenObjC/debug-info-property3.m
+++ b/test/CodeGenObjC/debug-info-property3.m
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -S -emit-llvm -g %s -o - | FileCheck %s
-// CHECK: metadata !"p1", metadata !6, i32 5, metadata !"", metadata !"", i32 2316, metadata !9} ; [ DW_TAG_APPLE_property ]
+// CHECK: metadata !"p1", metadata !{{.*}}, i32 5, metadata !"", metadata !"", i32 2316, metadata !{{.*}}} ; [ DW_TAG_APPLE_property ]
@interface I1
@property int p1;
@end