diff options
| author | Eric Liu <ioeric@google.com> | 2016-03-24 14:59:39 +0000 |
|---|---|---|
| committer | Eric Liu <ioeric@google.com> | 2016-03-24 14:59:39 +0000 |
| commit | c13ca6a950ec5cab47e077b6cf05931b8146fcc3 (patch) | |
| tree | 5ff11292131b402884a52e68037aaab25460a4ab | |
| parent | 42e032376898ce867355515a2af51748bc9d7668 (diff) | |
| download | bcm5719-llvm-c13ca6a950ec5cab47e077b6cf05931b8146fcc3.tar.gz bcm5719-llvm-c13ca6a950ec5cab47e077b6cf05931b8146fcc3.zip | |
Dsiable FormatStyle::GetStyleOfFile test case for mingw.
llvm-svn: 264289
| -rw-r--r-- | clang/unittests/Format/FormatTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp index 7aa17e7be62..0adade0b0a8 100644 --- a/clang/unittests/Format/FormatTest.cpp +++ b/clang/unittests/Format/FormatTest.cpp @@ -11202,7 +11202,7 @@ TEST_F(FormatTest, FormatsTableGenCode) { // Since this test case uses UNIX-style file path. We disable it for MS // compiler. -#if !defined(_MSC_VER) +#if !defined(_MSC_VER) && !defined(__MINGW32__) TEST(FormatStyle, GetStyleOfFile) { vfs::InMemoryFileSystem FS; |

