From: Jakob Stoklund Olesen Date: Sun, 13 Mar 2011 00:55:43 +0000 (+0000) Subject: XFAIL this on windows where contains surprises. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=603ea78728e57815fe859665b648837c5cff6c37;p=clang XFAIL this on windows where contains surprises. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127559 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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