diff options
Diffstat (limited to 'clang/test/Preprocessor/iwithprefix.c')
-rw-r--r-- | clang/test/Preprocessor/iwithprefix.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/Preprocessor/iwithprefix.c b/clang/test/Preprocessor/iwithprefix.c index 28ced43b473..59935ac1b8b 100644 --- a/clang/test/Preprocessor/iwithprefix.c +++ b/clang/test/Preprocessor/iwithprefix.c @@ -4,9 +4,8 @@ // RUN: mkdir -p %t.tmps/first %t.tmps/second // 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 +// RUN: -isystem %t.tmps/first -v %s 2> %t.out +// RUN: FileCheck %s < %t.out // CHECK: #include <...> search starts here: // CHECK: {{.*}}.tmps/first |