diff options
-rw-r--r-- | test/CFrontend/2004-11-27-StaticFunctionRedeclare.c | 2 |
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 0193bc301a..ef12122425 100644 --- a/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c +++ b/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -c -emit-llvm 2004-11-27-StaticFunctionRedeclare.c -o - | \ +// RUN: %llvmgcc -c -emit-llvm %s -o - | \ // RUN: opt -std-compile-opts | llvm-dis | not grep {declare int.*func} // There should not be an unresolved reference to func here. Believe it or not, |