diff options
Diffstat (limited to 'test/LLVMC/ObjC/hello.m')
-rw-r--r-- | test/LLVMC/ObjC/hello.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/ObjC/hello.m b/test/LLVMC/ObjC/hello.m index 1cda9c3..b2d903f 100644 --- a/test/LLVMC/ObjC/hello.m +++ b/test/LLVMC/ObjC/hello.m @@ -1,7 +1,7 @@ /* * Check that we can compile helloworld * RUN: llvmc %s -o %t - * RUN: ./%t | grep hello + * RUN: %abs_tmp | grep hello */ #include <stdio.h> |