aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/subframework-from-intermediate-path.m
blob: ae0bd64e394aada7e63bb0fb9859ed3972726a93 (plain) (blame)
1
2
3
4
5
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify

@import DependsOnModule;
@import SubFramework; // expected-error{{module 'SubFramework' not found}}