summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/ObjC++
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/LLVMC/ObjC++')
-rw-r--r--llvm/test/LLVMC/ObjC++/hello.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/ObjC++/hello.mm b/llvm/test/LLVMC/ObjC++/hello.mm
index ff82e4af518..2125dc76b72 100644
--- a/llvm/test/LLVMC/ObjC++/hello.mm
+++ b/llvm/test/LLVMC/ObjC++/hello.mm
@@ -1,6 +1,6 @@
// Test that we can compile Objective-C++ code.
// RUN: llvmc %s -o %t
-// RUN: ./%t | grep hello
+// RUN: %abs_tmp | grep hello
#include <iostream>
int main() {
OpenPOWER on IntegriCloud