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