diff options
| author | Ben Langmuir <blangmuir@apple.com> | 2014-07-14 20:36:40 +0000 |
|---|---|---|
| committer | Ben Langmuir <blangmuir@apple.com> | 2014-07-14 20:36:40 +0000 |
| commit | 2474e816cc0242d44dae2e7f8f7836f7b3c9adc9 (patch) | |
| tree | 5758787fc29c76769a84c59aa764616ab3ad5afc | |
| parent | 911ea4e2be33a86850334170a5c81ecd310a457d (diff) | |
| download | bcm5719-llvm-2474e816cc0242d44dae2e7f8f7836f7b3c9adc9.tar.gz bcm5719-llvm-2474e816cc0242d44dae2e7f8f7836f7b3c9adc9.zip | |
XFAIL test that doesn't work on Windows yet
llvm-svn: 212980
| -rw-r--r-- | clang/test/Modules/inferred-framework-case.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/inferred-framework-case.m b/clang/test/Modules/inferred-framework-case.m index 0443bedcaf8..a38a08d1dbe 100644 --- a/clang/test/Modules/inferred-framework-case.m +++ b/clang/test/Modules/inferred-framework-case.m @@ -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; |

