annotate clang/test/Lexer/case-insensitive-include-pr31836.sh @ 266:00f31e85ec16
default tip
Added tag current for changeset 31d058e83c98
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Sat, 14 Oct 2023 10:13:55 +0900 |
parents |
0572611fdcc8 |
children |
|
rev |
line source |
150
|
1 // REQUIRES: case-insensitive-filesystem
|
|
2
|
|
3 // RUN: mkdir -p %t
|
|
4 // RUN: touch %t/case-insensitive-include-pr31836.h
|
173
|
5 // RUN: echo "#include \"\\\\\\\\?\\\\%t/Case-Insensitive-Include-Pr31836.h\"" | not %clang_cc1 -E - 2>&1 | FileCheck %s
|
150
|
6
|
173
|
7 // CHECK: error: {{.*}}file not found, did you mean
|
150
|
8 // CHECK: warning: non-portable path to file
|
|
9 // CHECK-SAME: /case-insensitive-include-pr31836.h
|