Mercurial > hg > CbC > CbC_llvm
view 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 |
line wrap: on
line source
// REQUIRES: case-insensitive-filesystem // RUN: mkdir -p %t // RUN: touch %t/case-insensitive-include-pr31836.h // RUN: echo "#include \"\\\\\\\\?\\\\%t/Case-Insensitive-Include-Pr31836.h\"" | not %clang_cc1 -E - 2>&1 | FileCheck %s // CHECK: error: {{.*}}file not found, did you mean // CHECK: warning: non-portable path to file // CHECK-SAME: /case-insensitive-include-pr31836.h