aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-12 00:00:41 +0000
committerDevang Patel <dpatel@apple.com>2010-08-12 00:00:41 +0000
commitf643264005c428030a83e0147703b919eb31b41d (patch)
treea3b4677e4c96bd1e7c27bba71d71ff00e3485959
parentb3b50a8b2c91d21afda75c458ca7d210abf6ffbf (diff)
update test to reflect r110876 change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110884 91177308-0d34-0410-b5e6-96231b3b80d8
-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);