aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/debug-info-block.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/debug-info-block.c')
-rw-r--r--test/CodeGen/debug-info-block.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/debug-info-block.c b/test/CodeGen/debug-info-block.c
index 35ee0dd6e76d..c4930bfc3c86 100644
--- a/test/CodeGen/debug-info-block.c
+++ b/test/CodeGen/debug-info-block.c
@@ -2,8 +2,8 @@
// Verify that the desired debugging type is generated for a structure
// member that is a pointer to a block.
-// CHECK: __block_literal_generic{{.*}}DW_TAG_structure_type
-// CHECK: __block_descriptor{{.*}}DW_TAG_structure_type
+// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "__block_literal_generic"
+// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "__block_descriptor"
struct inStruct {
void (^genericBlockPtr)();
} is;