diff options
Diffstat (limited to 'test/LLVMC/C++/together.cpp')
-rw-r--r-- | test/LLVMC/C++/together.cpp | 2 |
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(); |