From fdb83b5055957a578b00d286cd99b6a70b1eaa49 Mon Sep 17 00:00:00 2001 From: Volodymyr Sapsai Date: Wed, 11 Sep 2019 21:19:27 +0000 Subject: 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 --- clang/test/Preprocessor/nonportable-include-with-hmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/test') 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" \ -- cgit v1.2.3