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