aboutsummaryrefslogblamecommitdiff
path: root/test/Modules/subframework-from-intermediate-path.m
blob: 394cc45f2f60c550dbb049bb9944ebe2fa7bf8aa (plain) (tree)
1
2
3
4
5
                 
                                                                                                                                                     


                                                                          
// RUN: rm -rf %t
// 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}}