blob: 372e4f2a9250c1ad45f641127e44d2522a7ba275 [file] [log] [blame]
Douglas Gregor82e52372012-11-06 19:39:40 +00001// RUN: rm -rf %t
Douglas Gregor953a61f2013-02-07 19:01:24 +00002// RUN: %clang_cc1 -x objective-c -Wauto-import -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify
Douglas Gregor82e52372012-11-06 19:39:40 +00003
4#include <NotAModule/NotAModule.h>
5
Douglas Gregor1b257af2012-12-11 22:11:52 +00006@import NotAModule; // expected-error{{module 'NotAModule' not found}}
Douglas Gregor82e52372012-11-06 19:39:40 +00007
8