r371665 - Fix up a test updated in r371655 - require case-insensitive file system.
Volodymyr Sapsai via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 11 14:19:27 PDT 2019
Author: vsapsai
Date: Wed Sep 11 14:19:27 2019
New Revision: 371665
URL: http://llvm.org/viewvc/llvm-project?rev=371665&view=rev
Log:
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.
Modified:
cfe/trunk/test/Preprocessor/nonportable-include-with-hmap.c
Modified: cfe/trunk/test/Preprocessor/nonportable-include-with-hmap.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/nonportable-include-with-hmap.c?rev=371665&r1=371664&r2=371665&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/nonportable-include-with-hmap.c (original)
+++ cfe/trunk/test/Preprocessor/nonportable-include-with-hmap.c Wed Sep 11 14:19:27 2019
@@ -1,4 +1,5 @@
// REQUIRES: shell
+// REQUIRES: case-insensitive-filesystem
// RUN: rm -f %t.hmap
// RUN: sed -e "s:INPUTS_DIR:%S/Inputs:g" \
More information about the cfe-commits
mailing list