XFAIL test that doesn't work on Windows yet

llvm-svn: 212980
This commit is contained in:
Ben Langmuir 2014-07-14 20:36:40 +00:00
parent 911ea4e2be
commit 2474e816cc
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// 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
@import MOdule; // expected-error{{module 'MOdule' not found}}
@import Module;