diff options
Diffstat (limited to 'llvm/test/LLVMC/C/opt-test.c')
-rw-r--r-- | llvm/test/LLVMC/C/opt-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/C/opt-test.c b/llvm/test/LLVMC/C/opt-test.c index ed2df52fed7..d69dc9b479f 100644 --- a/llvm/test/LLVMC/C/opt-test.c +++ b/llvm/test/LLVMC/C/opt-test.c @@ -1,7 +1,7 @@ /* * Check that the -opt switch works. * RUN: llvmc %s -opt -o %t - * RUN: ./%t | grep hello + * RUN: %abs_tmp | grep hello */ #include <stdio.h> |