The attempt in r212980 was broken because we might not fail if LLVM_ON_UNIX is enabled for cross compiling to Windows, and it didn't consider mingw either. llvm-svn: 212989
8 lines
268 B
Mathematica
8 lines
268 B
Mathematica
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -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;
|