[cfe-commits] r173469 - /cfe/trunk/test/Preprocessor/iwithprefix.c

Daniel Dunbar daniel at zuster.org
Fri Jan 25 10:50:18 PST 2013


Author: ddunbar
Date: Fri Jan 25 12:50:18 2013
New Revision: 173469

URL: http://llvm.org/viewvc/llvm-project?rev=173469&view=rev
Log:
[tests] Force a triple to ensure /usr/include is one of the entries.

Modified:
    cfe/trunk/test/Preprocessor/iwithprefix.c

Modified: cfe/trunk/test/Preprocessor/iwithprefix.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/iwithprefix.c?rev=173469&r1=173468&r2=173469&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/iwithprefix.c (original)
+++ cfe/trunk/test/Preprocessor/iwithprefix.c Fri Jan 25 12:50:18 2013
@@ -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:





More information about the cfe-commits mailing list