diff options
Diffstat (limited to 'llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c')
-rw-r--r-- | llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c b/llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c index ef121224253..b1e14212732 100644 --- a/llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c +++ b/llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c @@ -1,5 +1,5 @@ // RUN: %llvmgcc -c -emit-llvm %s -o - | \ -// RUN: opt -std-compile-opts | llvm-dis | not grep {declare int.*func} +// RUN: opt -std-compile-opts | llvm-dis | not grep {declare i32.*func} // There should not be an unresolved reference to func here. Believe it or not, // the "expected result" is a function named 'func' which is internal and |