blob: 916c900b6457fb9aa7d2deb0b912813bc94ad712 [file] [log] [blame]
Douglas Gregor9194a912012-11-06 19:39:40 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -x objective-c -Wauto-import -fmodule-cache-path %t -fmodules -F %S/Inputs %s -verify
3
4#include <NotAModule/NotAModule.h>
5
6@__experimental_modules_import NotAModule; // expected-error{{module 'NotAModule' not found}}
7
8