aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/2010-08-10-DbgConstant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2010-08-10-DbgConstant.c b/test/CodeGen/2010-08-10-DbgConstant.c
index 285368586b..5b8f06470c 100644
--- a/test/CodeGen/2010-08-10-DbgConstant.c
+++ b/test/CodeGen/2010-08-10-DbgConstant.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -S -emit-llvm -g %s -o - | grep DW_TAG_constant
+// RUN: %clang_cc1 -S -emit-llvm -g %s -o - | grep DW_TAG_variable
static const unsigned int ro = 201;
void bar(int);