diff options
Diffstat (limited to 'llvm/test/CFrontend')
| -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 0193bc301ac..ef121224253 100644 --- a/llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c +++ b/llvm/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, |

