[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Lexer / case-insensitive-include-pr31836.sh
blob4639b631bd3c169f21c13c1abf2511b78a7df859
1 // REQUIRES: case-insensitive-filesystem
3 // RUN: mkdir -p %t
4 // RUN: touch %t/case-insensitive-include-pr31836.h
5 // RUN: echo "#include \"\\\\\\\\?\\\\%t/Case-Insensitive-Include-Pr31836.h\"" | not %clang_cc1 -E - 2>&1 | FileCheck %s
7 // CHECK: error: {{.*}}file not found, did you mean
8 // CHECK: warning: non-portable path to file
9 // CHECK-SAME: /case-insensitive-include-pr31836.h