diff options
Diffstat (limited to 'test/CodeGen/debug-info-static.c')
| -rw-r--r-- | test/CodeGen/debug-info-static.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/CodeGen/debug-info-static.c b/test/CodeGen/debug-info-static.c index 931c9e22afd0..115beaf84d40 100644 --- a/test/CodeGen/debug-info-static.c +++ b/test/CodeGen/debug-info-static.c @@ -1,6 +1,6 @@  // RUN: %clang_cc1  -g -emit-llvm -o - %s | FileCheck %s -// CHECK:  xyzzy, null} ; [ DW_TAG_variable ] +// CHECK: !DIGlobalVariable({{.*}}variable: i32* @f.xyzzy  void f(void)  {     static int xyzzy; | 
