summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-same-line.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/debug-info-same-line.c')
-rw-r--r--clang/test/CodeGen/debug-info-same-line.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/debug-info-same-line.c b/clang/test/CodeGen/debug-info-same-line.c
index dddabda8695..e9fe3a7ab13 100644
--- a/clang/test/CodeGen/debug-info-same-line.c
+++ b/clang/test/CodeGen/debug-info-same-line.c
@@ -2,6 +2,6 @@
// Here two temporary nodes are identical (but should not get uniqued) while
// building the full debug type.
typedef struct { long x; } foo; typedef struct { foo *x; } bar;
-// CHECK: [ DW_TAG_structure_type ] [line 4, size 64,
-// CHECK: [ DW_TAG_structure_type ] [line 4, size 64,
+// CHECK: !MDCompositeType(tag: DW_TAG_structure_type,{{.*}} line: 4, size: 64,
+// CHECK: !MDCompositeType(tag: DW_TAG_structure_type,{{.*}} line: 4, size: 64,
bar b;
OpenPOWER on IntegriCloud