summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/C++/dash-x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/LLVMC/C++/dash-x.cpp')
-rw-r--r--llvm/test/LLVMC/C++/dash-x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/C++/dash-x.cpp b/llvm/test/LLVMC/C++/dash-x.cpp
index faf8b3072a2..437d8bbbe3b 100644
--- a/llvm/test/LLVMC/C++/dash-x.cpp
+++ b/llvm/test/LLVMC/C++/dash-x.cpp
@@ -1,6 +1,6 @@
// Test that we can compile .c files as C++ and vice versa
// RUN: llvmc -x c++ %s -x c %p/../test_data/false.cpp -x lisp -x whatnot -x none %p/../test_data/false2.cpp -o %t
-// RUN: ./%t | grep hello
+// RUN: %abs_tmp | grep hello
#include <iostream>
OpenPOWER on IntegriCloud