aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/pp-modules.c
diff options
context:
space:
mode:
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 213a5fd23c8d..09f3eee193f4 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();