diff options
| author | Duncan Sands <baldrick@free.fr> | 2007-04-16 16:06:17 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2007-04-16 16:06:17 +0000 |
| commit | c68668f27c8d7e3c1f5baabab57714bb1376908a (patch) | |
| tree | 5f35e4c025d5ce11068784ca6c63ad7b89166573 /llvm/test/CFrontend | |
| parent | 389439c7c50e0016457a77c12a1a46bbd1884ce1 (diff) | |
| download | bcm5719-llvm-c68668f27c8d7e3c1f5baabab57714bb1376908a.tar.gz bcm5719-llvm-c68668f27c8d7e3c1f5baabab57714bb1376908a.zip | |
Use %s, not explicit name.
llvm-svn: 36136
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, |

