2017-02-22 06:30:55 +08:00
|
|
|
// REQUIRES: case-insensitive-filesystem
|
|
|
|
|
2017-08-16 03:47:06 +08:00
|
|
|
// RUN: mkdir -p %t
|
|
|
|
// RUN: touch %t/case-insensitive-include-pr31836.h
|
2020-05-09 01:03:14 +08:00
|
|
|
// RUN: echo "#include \"\\\\\\\\?\\\\%t/Case-Insensitive-Include-Pr31836.h\"" | not %clang_cc1 -E - 2>&1 | FileCheck %s
|
2017-02-22 06:30:55 +08:00
|
|
|
|
2020-05-09 01:03:14 +08:00
|
|
|
// CHECK: error: {{.*}}file not found, did you mean
|
2017-02-22 06:30:55 +08:00
|
|
|
// CHECK: warning: non-portable path to file
|
|
|
|
// CHECK-SAME: /case-insensitive-include-pr31836.h
|