blob: ae0bd64e394aada7e63bb0fb9859ed3972726a93 [file] [log] [blame]
Stephen Hines651f13c2014-04-23 16:59:28 -07001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify
3
4@import DependsOnModule;
5@import SubFramework; // expected-error{{module 'SubFramework' not found}}