Fix up a test updated in r371655 - require case-insensitive file system.
authorVolodymyr Sapsai <vsapsai@apple.com>
Wed, 11 Sep 2019 21:19:27 +0000 (21:19 +0000)
committerVolodymyr Sapsai <vsapsai@apple.com>
Wed, 11 Sep 2019 21:19:27 +0000 (21:19 +0000)
On case-sensitive file systems include with wrong case is not found instead of
showing a warning.

llvm-svn: 371665

clang/test/Preprocessor/nonportable-include-with-hmap.c

index 6fd407c..07907df 100644 (file)
@@ -1,4 +1,5 @@
 // REQUIRES: shell
+// REQUIRES: case-insensitive-filesystem
 
 // RUN: rm -f %t.hmap
 // RUN: sed -e "s:INPUTS_DIR:%S/Inputs:g" \