summaryrefslogtreecommitdiff
path: root/test/Preprocessor/pp-modules.c
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-06-16 00:19:29 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-06-16 00:19:29 +0000
commit067f774c978bebe9735de9a15e0f7027c5a84fbf (patch)
tree0e10f513d44be735a961d0a19661dd307fd31f66 /test/Preprocessor/pp-modules.c
parent6e03dd94ce67c81ee343dee596a502cf24c844fd (diff)
downloadclang-067f774c978bebe9735de9a15e0f7027c5a84fbf.tar.gz
Commit some test changes somehow missed in r239789.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/pp-modules.c')
-rw-r--r--test/Preprocessor/pp-modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/pp-modules.c b/test/Preprocessor/pp-modules.c
index 213a5fd23c..09f3eee193 100644
--- a/test/Preprocessor/pp-modules.c
+++ b/test/Preprocessor/pp-modules.c
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -x objective-c %s -F %S/../Modules/Inputs -E -o - | FileCheck %s
+// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x objective-c %s -F %S/../Modules/Inputs -E -o - | FileCheck %s
// CHECK: int bar();
int bar();