blob: 838237d916b2a72f44d0dc3eba277fc39e4a1fdf [file] [log] [blame]
Douglas Gregor9194a912012-11-06 19:39:40 +00001// RUN: rm -rf %t
Richard Smith47972af2015-06-16 00:08:24 +00002// RUN: %clang_cc1 -x objective-c -Wauto-import -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s -verify
Douglas Gregor9194a912012-11-06 19:39:40 +00003
4#include <NotAModule/NotAModule.h>
5
Douglas Gregorc50d4922012-12-11 22:11:52 +00006@import NotAModule; // expected-error{{module 'NotAModule' not found}}
Douglas Gregor9194a912012-11-06 19:39:40 +00007
8