summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/iwithprefix.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-01-25 18:50:18 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-01-25 18:50:18 +0000
commitb7eaa6b8ac4a79beafd7235cb8c1d269b4c03720 (patch)
tree6a4f5e1332eb44b3b5e3c7595f13bdf8d44ec1da /clang/test/Preprocessor/iwithprefix.c
parentc319344b1c10353c9b334ec0b5c740a1bebaaa12 (diff)
downloadbcm5719-llvm-b7eaa6b8ac4a79beafd7235cb8c1d269b4c03720.tar.gz
bcm5719-llvm-b7eaa6b8ac4a79beafd7235cb8c1d269b4c03720.zip
[tests] Force a triple to ensure /usr/include is one of the entries.
llvm-svn: 173469
Diffstat (limited to 'clang/test/Preprocessor/iwithprefix.c')
-rw-r--r--clang/test/Preprocessor/iwithprefix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/iwithprefix.c b/clang/test/Preprocessor/iwithprefix.c
index 6628ab5b817..0bfa2bed79a 100644
--- a/clang/test/Preprocessor/iwithprefix.c
+++ b/clang/test/Preprocessor/iwithprefix.c
@@ -2,9 +2,10 @@
//
// RUN: rm -rf %t.tmps
// RUN: mkdir -p %t.tmps/first %t.tmps/second
-// RUN: %clang_cc1 \
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown \
// RUN: -iprefix %t.tmps/ -iwithprefix second \
// RUN: -isystem %t.tmps/first -v 2> %t.out
+// RUN: cat %t.out
// RUN: FileCheck < %t.out %s
// CHECK: #include <...> search starts here:
OpenPOWER on IntegriCloud