aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend/2004-11-27-StaticFunctionRedeclare.c')
-rw-r--r--test/CFrontend/2004-11-27-StaticFunctionRedeclare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c b/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c
index ef12122425..b1e1421273 100644
--- a/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c
+++ b/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