aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/C++/together.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/C++/together.cpp')
-rw-r--r--test/LLVMC/C++/together.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/C++/together.cpp b/test/LLVMC/C++/together.cpp
index f1320ca..e02f69a 100644
--- a/test/LLVMC/C++/together.cpp
+++ b/test/LLVMC/C++/together.cpp
@@ -1,6 +1,6 @@
// Check that we can compile files of different types together.
// RUN: llvmc %s %p/../test_data/together.c -o %t
-// RUN: ./%t | grep hello
+// RUN: %abs_tmp | grep hello
extern "C" void test();