]> granicus.if.org Git - clang/commitdiff
Dsiable FormatStyle::GetStyleOfFile test case for mingw.
authorEric Liu <ioeric@google.com>
Thu, 24 Mar 2016 14:59:39 +0000 (14:59 +0000)
committerEric Liu <ioeric@google.com>
Thu, 24 Mar 2016 14:59:39 +0000 (14:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264289 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Format/FormatTest.cpp

index 7aa17e7be62d2871fd5f058fe161a0c8fca7ab5e..0adade0b0a8c088188de877c8a7e2192204a4796 100644 (file)
@@ -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;