blob: e842badc7f28e06b5ef3248cea54fe1a5de871a3 (
plain)
1
2
3
4
5
6
7
8
9
|
// REQUIRES: case-insensitive-filesystem
// UNSUPPORTED: system-windows
// RUN: mkdir -p %t
// RUN: touch %t/case-insensitive-include-pr31836.h
// RUN: echo "#include \"%t/Case-Insensitive-Include-Pr31836.h\"" | %clang_cc1 -E - 2>&1 | FileCheck %s
// CHECK: warning: non-portable path to file
// CHECK-SAME: /case-insensitive-include-pr31836.h
|