forked from OSchip/llvm-project
XFAIL this on windows where <vector> contains surprises.
llvm-svn: 127559
This commit is contained in:
parent
489ac96fcd
commit
609e814a4a
|
@ -1,4 +1,5 @@
|
||||||
// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental.Iterators -verify %s
|
// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental.Iterators -verify %s
|
||||||
|
// XFAIL: win32
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue