xref: /llvm-project/clang/test/Modules/subframework-from-intermediate-path.m (revision 2972991969b6841b361085d8c0dd0b964ebfd04f)
1c3ea5654SBen Langmuir// RUN: rm -rf %t
2*29729919SBruno Cardoso Lopes// RUN: %clang_cc1 -Wno-private-module -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify
3c3ea5654SBen Langmuir
4c3ea5654SBen Langmuir@import DependsOnModule;
5c3ea5654SBen Langmuir@import SubFramework; // expected-error{{module 'SubFramework' not found}}
6