diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:11:37 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:11:37 +0000 |
| commit | 461a67fa15370a9ec88f8f8a240bf7c123bb2029 (patch) | |
| tree | 6942083d7d56bba40ec790a453ca58ad3baf6832 /test/Lexer/case-insensitive-system-include.c | |
| parent | 75c3240472ba6ac2669ee72ca67eb72d4e2851fc (diff) | |
Notes
Diffstat (limited to 'test/Lexer/case-insensitive-system-include.c')
| -rw-r--r-- | test/Lexer/case-insensitive-system-include.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Lexer/case-insensitive-system-include.c b/test/Lexer/case-insensitive-system-include.c index 9d5289cda2da2..20e0fc6456209 100644 --- a/test/Lexer/case-insensitive-system-include.c +++ b/test/Lexer/case-insensitive-system-include.c @@ -1,10 +1,10 @@ // REQUIRES: case-insensitive-filesystem -// RUN: mkdir -p %T/asystempath -// RUN: cp %S/Inputs/case-insensitive-include.h %T/asystempath/ -// RUN: cd %T -// RUN: %clang_cc1 -fsyntax-only %s -include %s -isystem %T/asystempath -verify -Wnonportable-system-include-path -// RUN: %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s -include %s -isystem %T/asystempath -Wnonportable-system-include-path 2>&1 | FileCheck %s +// RUN: mkdir -p %t/asystempath +// RUN: cp %S/Inputs/case-insensitive-include.h %t/asystempath/ +// RUN: cd %t +// RUN: %clang_cc1 -fsyntax-only %s -include %s -isystem %t/asystempath -verify -Wnonportable-system-include-path +// RUN: %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s -include %s -isystem %t/asystempath -Wnonportable-system-include-path 2>&1 | FileCheck %s #include "CASE-INSENSITIVE-INCLUDE.H" // expected-warning {{non-portable path}} // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:10-[[@LINE-1]]:38}:"\"case-insensitive-include.h\"" |
