1*67e74705SXin Li// RUN: rm -rf %t 2*67e74705SXin Li// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s -verify -DA 3*67e74705SXin Li// FIXME: PR20299 - getCanonicalName() is not implemented on Windows. 4*67e74705SXin Li// REQUIRES: shell 5*67e74705SXin Li 6*67e74705SXin Li@import MOdule; // expected-error{{module 'MOdule' not found}} 7*67e74705SXin Li@import Module; 8