summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2010-08-10-DbgConstant.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/2010-08-10-DbgConstant.c')
-rw-r--r--clang/test/CodeGen/2010-08-10-DbgConstant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2010-08-10-DbgConstant.c b/clang/test/CodeGen/2010-08-10-DbgConstant.c
index 68947edd526..3a40c240bea 100644
--- a/clang/test/CodeGen/2010-08-10-DbgConstant.c
+++ b/clang/test/CodeGen/2010-08-10-DbgConstant.c
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -S -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
-// CHECK: !DIGlobalVariableExpression(var: [[VAR:.*]], expr: [[EXPR:![0-9]+]])
+// CHECK: !DIGlobalVariable({{.*}}, expr: [[EXPR:![0-9]+]])
// CHECK: [[EXPR]] = !DIExpression(DW_OP_constu, 201, DW_OP_stack_value)
static const unsigned int ro = 201;
OpenPOWER on IntegriCloud