]> granicus.if.org Git - clang/commitdiff
update test to reflect r110876 change.
authorDevang Patel <dpatel@apple.com>
Thu, 12 Aug 2010 00:00:41 +0000 (00:00 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 12 Aug 2010 00:00:41 +0000 (00:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110884 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2010-08-10-DbgConstant.c

index 285368586bb3973cd1321d416e0ff12635fe945f..5b8f06470c8f05fabcdb5132b3af0bd588ec7228 100644 (file)
@@ -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);