update test to reflect r110876 change.

llvm-svn: 110884
This commit is contained in:
Devang Patel 2010-08-12 00:00:41 +00:00
parent b524afbae3
commit a3025fcd45
1 changed files with 1 additions and 1 deletions

View 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);