diff options
-rw-r--r-- | test/Preprocessor/iwithprefix.c | 3 |
1 files changed, 2 insertions, 1 deletions
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: |