blob: 2ed443f2b5a186c98a32081fffad1dbd551d5e9b [file] [log] [blame]
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s -verify -DA
// FIXME: PR20299 - getCanonicalName() is not implemented on Windows.
// REQUIRES: shell
@import MOdule; // expected-error{{module 'MOdule' not found}}
@import Module;