1 | // RUN: rm -rf %t |
---|---|
2 | // RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -I %S/Inputs/private %s -verify |
3 | @import libPrivate1; // expected-error {{not found}} |
4 |
1 | // RUN: rm -rf %t |
---|---|
2 | // RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -I %S/Inputs/private %s -verify |
3 | @import libPrivate1; // expected-error {{not found}} |
4 |