6 lines · plain
1// RUN: rm -rf %t2// RUN: %clang_cc1 -Wno-private-module -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify3 4@import DependsOnModule;5@import SubFramework; // expected-error{{module 'SubFramework' not found}}6