aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/renamed.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/renamed.m')
-rw-r--r--test/Modules/renamed.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/renamed.m b/test/Modules/renamed.m
index ec2616e9a724..46a8f942fe83 100644
--- a/test/Modules/renamed.m
+++ b/test/Modules/renamed.m
@@ -3,6 +3,6 @@
int f() { return same_api; }
// RUN: rm -rf %t
-// RUN: %clang_cc1 -fmodules -I %S/Inputs/oldname -fmodules-cache-path=%t %s -verify
+// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -I %S/Inputs/oldname -fmodules-cache-path=%t %s -verify
// expected-no-diagnostics