2015-01-18 11:23:48 -05:00
|
|
|
// RUN: rm -rf %t
|
2015-06-21 10:00:56 -04:00
|
|
|
// RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -I %S/Inputs/private %s -verify
|
2015-01-18 11:23:48 -05:00
|
|
|
@import libPrivate1; // expected-error {{not found}}
|