blob: 56854d80c82c6690d6aad67a85ecb05c126b4538 [file] [log] [blame]
// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c -Wauto-import -fmodule-cache-path %t -fmodules -F %S/Inputs %s -verify
#include <NotAModule/NotAModule.h>
@import NotAModule; // expected-error{{module 'NotAModule' not found}}