summaryrefslogtreecommitdiffstats
path: root/test/Modules/unnecessary-module-map-parsing.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/unnecessary-module-map-parsing.c')
-rw-r--r--test/Modules/unnecessary-module-map-parsing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/unnecessary-module-map-parsing.c b/test/Modules/unnecessary-module-map-parsing.c
index 4c83448..9dfd36c 100644
--- a/test/Modules/unnecessary-module-map-parsing.c
+++ b/test/Modules/unnecessary-module-map-parsing.c
@@ -1,6 +1,6 @@
// This checks that we are not parsing module maps if modules are not enabled.
-// RUN: not %clang_cc1 -fmodules -I %S/Inputs/unnecessary-module-map-parsing -fsyntax-only %s 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -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: expected umbrella, header, submodule, or module export
OpenPOWER on IntegriCloud