summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/ObjC/hello.m
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/LLVMC/ObjC/hello.m')
-rw-r--r--llvm/test/LLVMC/ObjC/hello.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/ObjC/hello.m b/llvm/test/LLVMC/ObjC/hello.m
index 1cda9c3a340..b2d903f8d53 100644
--- a/llvm/test/LLVMC/ObjC/hello.m
+++ b/llvm/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>
OpenPOWER on IntegriCloud