Douglas Gregor | 9194a91 | 2012-11-06 19:39:40 +0000 | [diff] [blame^] | 1 | // 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 |