summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2014-12-17 11:04:07 +0000
committerYaron Keren <yaron.keren@gmail.com>2014-12-17 11:04:07 +0000
commitaf92a37c23fae4c16c9d5fb7724c70efaf63f7ff (patch)
tree6efd323a3e07e431d393e08e411d510cf3d2c847
parenta23f13c3b092a8866508143f9e840dee599f8789 (diff)
downloadbcm5719-llvm-af92a37c23fae4c16c9d5fb7724c70efaf63f7ff.tar.gz
bcm5719-llvm-af92a37c23fae4c16c9d5fb7724c70efaf63f7ff.zip
Teach compile_commands.json test that windows-gnu is the new name for mingw32.
llvm-svn: 224426
-rw-r--r--clang/test/Index/skip-parsed-bodies/compile_commands.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/skip-parsed-bodies/compile_commands.json b/clang/test/Index/skip-parsed-bodies/compile_commands.json
index da5e777d818..6707e84d264 100644
--- a/clang/test/Index/skip-parsed-bodies/compile_commands.json
+++ b/clang/test/Index/skip-parsed-bodies/compile_commands.json
@@ -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
OpenPOWER on IntegriCloud