aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/C++/hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/C++/hello.cpp')
-rw-r--r--test/LLVMC/C++/hello.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/C++/hello.cpp b/test/LLVMC/C++/hello.cpp
index 27c89d6..b9c6399 100644
--- a/test/LLVMC/C++/hello.cpp
+++ b/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() {