2014-11-25 17:45:48 +08:00
|
|
|
// RUN: rm -rf %t
|
2015-06-16 08:08:24 +08:00
|
|
|
// RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -I %S/Inputs/private %s -verify
|
2014-11-25 17:45:48 +08:00
|
|
|
@import libPrivate1; // expected-error {{not found}}
|