From: Daniel Dunbar Date: Fri, 25 Jan 2013 18:50:18 +0000 (+0000) Subject: [tests] Force a triple to ensure /usr/include is one of the entries. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f5c343c43167b9e3ec27bba08d254831ce8fdad;p=clang [tests] Force a triple to ensure /usr/include is one of the entries. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173469 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/iwithprefix.c b/test/Preprocessor/iwithprefix.c index 6628ab5b81..0bfa2bed79 100644 --- a/test/Preprocessor/iwithprefix.c +++ b/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: