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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212989
91177308-0d34-0410-b5e6-
96231b3b80d8
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify -DA
-// FIXME: getCanonicalName() is not implemented on Windows.
-// XFAIL: win32
+// FIXME: PR20299 - getCanonicalName() is not implemented on Windows.
+// REQUIRES: shell
@import MOdule; // expected-error{{module 'MOdule' not found}}
@import Module;