comparison clang/test/Lexer/case-insensitive-include-pr31836.sh @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 0572611fdcc8
comparison
equal deleted inserted replaced
147:c2174574ed3a 150:1d019706d866
1 // REQUIRES: case-insensitive-filesystem
2 // UNSUPPORTED: system-windows
3
4 // RUN: mkdir -p %t
5 // RUN: touch %t/case-insensitive-include-pr31836.h
6 // RUN: echo "#include \"%t/Case-Insensitive-Include-Pr31836.h\"" | %clang_cc1 -E - 2>&1 | FileCheck %s
7
8 // CHECK: warning: non-portable path to file
9 // CHECK-SAME: /case-insensitive-include-pr31836.h