summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/unnecessary-module-map-parsing.c
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2013-12-13 10:08:24 +0000
committerManuel Klimek <klimek@google.com>2013-12-13 10:08:24 +0000
commit6b5460c75a7ede8a9b37d8b6d5e427b84d39be15 (patch)
tree16395d18265cde1000b8d7389fa441bd644b003f /clang/test/Modules/unnecessary-module-map-parsing.c
parenta4cc7dec707c8563d8b6211c14b5f1f7400e3881 (diff)
downloadbcm5719-llvm-6b5460c75a7ede8a9b37d8b6d5e427b84d39be15.tar.gz
bcm5719-llvm-6b5460c75a7ede8a9b37d8b6d5e427b84d39be15.zip
Move the input files for the unnecessary-module-map-parsing test to Inputs.
Needed to change rename.m to set the right include path so we don't import a broken module due to recursive module checking. llvm-svn: 197222
Diffstat (limited to 'clang/test/Modules/unnecessary-module-map-parsing.c')
-rw-r--r--clang/test/Modules/unnecessary-module-map-parsing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Modules/unnecessary-module-map-parsing.c b/clang/test/Modules/unnecessary-module-map-parsing.c
index 621bb0195dd..16f7086a6d7 100644
--- a/clang/test/Modules/unnecessary-module-map-parsing.c
+++ b/clang/test/Modules/unnecessary-module-map-parsing.c
@@ -1,7 +1,7 @@
// This checks that we are not parsing module maps if modules are not enabled.
-// RUN: not %clang_cc1 -fmodules -I %S/unnecessary-module-map-parsing -fsyntax-only %s 2>&1 | FileCheck %s
-// RUN: %clang_cc1 -I %S/unnecessary-module-map-parsing -fsyntax-only %s
+// RUN: not %clang_cc1 -fmodules -I %S/Inputs/unnecessary-module-map-parsing -fsyntax-only %s 2>&1 | FileCheck %s
+// RUN: %clang_cc1 -I %S/Inputs/unnecessary-module-map-parsing -fsyntax-only %s
// CHECK: error: header 'unknown.h' not found
OpenPOWER on IntegriCloud