summaryrefslogtreecommitdiff
path: root/test/LLVMC/ObjC++
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-13 01:40:48 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-13 01:40:48 +0000
commitfbc18f839c8dcae38e73ae12bee9d34a416d2fcd (patch)
tree12935e95a6e642bb9f834d2cb61af1bee63ac49f /test/LLVMC/ObjC++
parent5110609ceb901f20e1d8b38530e09f9e9017386c (diff)
downloadllvm-fbc18f839c8dcae38e73ae12bee9d34a416d2fcd.tar.gz
llvm-fbc18f839c8dcae38e73ae12bee9d34a416d2fcd.tar.bz2
llvm-fbc18f839c8dcae38e73ae12bee9d34a416d2fcd.tar.xz
tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81663 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/ObjC++')
-rw-r--r--test/LLVMC/ObjC++/hello.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/ObjC++/hello.mm b/test/LLVMC/ObjC++/hello.mm
index ff82e4af51..2125dc76b7 100644
--- a/test/LLVMC/ObjC++/hello.mm
+++ b/test/LLVMC/ObjC++/hello.mm
@@ -1,6 +1,6 @@
// Test that we can compile Objective-C++ code.
// RUN: llvmc %s -o %t
-// RUN: ./%t | grep hello
+// RUN: %abs_tmp | grep hello
#include <iostream>
int main() {