XFAIL test that doesn't work on Windows yet
llvm-svn: 212980
This commit is contained in:
parent
911ea4e2be
commit
2474e816cc
|
|
@ -1,5 +1,7 @@
|
||||||
// RUN: rm -rf %t
|
// RUN: rm -rf %t
|
||||||
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify -DA
|
// 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; // expected-error{{module 'MOdule' not found}}
|
||||||
@import Module;
|
@import Module;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue