diff options
Diffstat (limited to 'llvm/test/LLVMC/C/sink.c')
-rw-r--r-- | llvm/test/LLVMC/C/sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/C/sink.c b/llvm/test/LLVMC/C/sink.c index 3edbf78112e..bdff340da90 100644 --- a/llvm/test/LLVMC/C/sink.c +++ b/llvm/test/LLVMC/C/sink.c @@ -1,7 +1,7 @@ /* * Check that the 'sink' options work. * RUN: llvmc -v -Wall %s -o %t |& grep "Wall" - * RUN: ./%t | grep hello + * RUN: %abs_tmp | grep hello */ #include <stdio.h> |