================
@@ -0,0 +1,14 @@
+// REQUIRES: system-windows
+// RUN: mkdir -p %t/backslash
+// RUN: cp %S/Inputs/case-insensitive-include.h 
%t/backslash/case-insensitive-include.h
+// RUN: %clang -fsyntax-only -I%t %s 2>&1 | FileCheck %s
----------------
AaronBallman wrote:

This should be running `%clang_cc1` and not `%clang`.

https://github.com/llvm/llvm-project/pull/186770
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to