aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/subframework-from-intermediate-path.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/subframework-from-intermediate-path.m')
-rw-r--r--test/Modules/subframework-from-intermediate-path.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/subframework-from-intermediate-path.m b/test/Modules/subframework-from-intermediate-path.m
index ae0bd64e394a..394cc45f2f60 100644
--- a/test/Modules/subframework-from-intermediate-path.m
+++ b/test/Modules/subframework-from-intermediate-path.m
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify
+// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify
@import DependsOnModule;
@import SubFramework; // expected-error{{module 'SubFramework' not found}}