diff options
Diffstat (limited to 'test/CodeGen/2010-02-15-DbgStaticVar.c')
-rw-r--r-- | test/CodeGen/2010-02-15-DbgStaticVar.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/2010-02-15-DbgStaticVar.c b/test/CodeGen/2010-02-15-DbgStaticVar.c index 8980b60..273385a 100644 --- a/test/CodeGen/2010-02-15-DbgStaticVar.c +++ b/test/CodeGen/2010-02-15-DbgStaticVar.c @@ -11,4 +11,6 @@ int main() { int j = foo(1); return 0; } -// CHECK: !"0x34\00b\00b\00\00{{.*}}", +// CHECK: !DIGlobalVariable(name: "b", +// CHECK-NOT: linkageName: +// CHECK-SAME: ){{$}} |