aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/case-insensitive-include-pr31836.sh
blob: a419f26faf8f05f57caa22c2a2bea87fcdc53126 (plain) (blame)
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