forked from OSchip/llvm-project
Teach compile_commands.json test that windows-gnu is the new name for mingw32.
llvm-svn: 224426
This commit is contained in:
parent
a23f13c3b0
commit
af92a37c23
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
]
|
||||
|
||||
// XFAIL: mingw32,win32
|
||||
// XFAIL: mingw32,win32,windows-gnu
|
||||
// RUN: c-index-test -index-compile-db %s | FileCheck %s
|
||||
|
||||
// CHECK: [enteredMainFile]: t1.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue