summaryrefslogtreecommitdiffstats
path: root/test/Modules/no-implicit-maps.cpp
blob: ddcad5df1e6f146d7e40be5cafa315bb21c3dc26 (plain)
1
2
3
// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -I %S/Inputs/private %s -verify
@import libPrivate1;  // expected-error {{not found}}
OpenPOWER on IntegriCloud