diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-03-13 00:55:43 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-03-13 00:55:43 +0000 |
commit | 603ea78728e57815fe859665b648837c5cff6c37 (patch) | |
tree | d8d5a4cfc08a0839c892b61e89a7ad746ca6a25b /test/Analysis/iterators.cpp | |
parent | 29f4bacadaf6addca998873615796ccecc7f56ee (diff) |
XFAIL this on windows where <vector> contains surprises.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/iterators.cpp')
-rw-r--r-- | test/Analysis/iterators.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/iterators.cpp b/test/Analysis/iterators.cpp index 21d108bb7e..240a8bcaf7 100644 --- a/test/Analysis/iterators.cpp +++ b/test/Analysis/iterators.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental.Iterators -verify %s +// XFAIL: win32 #include <vector> |