Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
99c62cefb02726e7c082aef15a350466e6a01aeb
/
.
/
test
/
Modules
/
subframework-from-intermediate-path.m
blob: ae0bd64e394aada7e63bb0fb9859ed3972726a93 [
file
] [
log
] [
blame
]
// 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}}