blob: 2ed443f2b5a186c98a32081fffad1dbd551d5e9b [file] [log] [blame]
Ben Langmuir6b7f7342014-07-14 19:45:12 +00001// RUN: rm -rf %t
Richard Smith47972af2015-06-16 00:08:24 +00002// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s -verify -DA
Ben Langmuirba5bd0b2014-07-14 21:14:28 +00003// FIXME: PR20299 - getCanonicalName() is not implemented on Windows.
4// REQUIRES: shell
Ben Langmuir6b7f7342014-07-14 19:45:12 +00005
6@import MOdule; // expected-error{{module 'MOdule' not found}}
7@import Module;