summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorVolodymyr Sapsai <vsapsai@apple.com>2019-09-11 21:19:27 +0000
committerVolodymyr Sapsai <vsapsai@apple.com>2019-09-11 21:19:27 +0000
commitfdb83b5055957a578b00d286cd99b6a70b1eaa49 (patch)
tree3671c4382bf6a8611b2c794da567fef3b02c08c2 /clang/test
parent428d92832c5d3427756046bb9d3786c51cb1bc6b (diff)
downloadbcm5719-llvm-fdb83b5055957a578b00d286cd99b6a70b1eaa49.tar.gz
bcm5719-llvm-fdb83b5055957a578b00d286cd99b6a70b1eaa49.zip
Fix up a test updated in r371655 - require case-insensitive file system.
On case-sensitive file systems include with wrong case is not found instead of showing a warning. llvm-svn: 371665
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Preprocessor/nonportable-include-with-hmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/nonportable-include-with-hmap.c b/clang/test/Preprocessor/nonportable-include-with-hmap.c
index 6fd407c4fa5..07907dfb40d 100644
--- a/clang/test/Preprocessor/nonportable-include-with-hmap.c
+++ b/clang/test/Preprocessor/nonportable-include-with-hmap.c
@@ -1,4 +1,5 @@
// REQUIRES: shell
+// REQUIRES: case-insensitive-filesystem
// RUN: rm -f %t.hmap
// RUN: sed -e "s:INPUTS_DIR:%S/Inputs:g" \
OpenPOWER on IntegriCloud