]> granicus.if.org Git - clang/commitdiff
test/Analysis/iterators.cpp: Mark as REQUIRES:asserts. It crashes due to assertion...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 25 Jul 2012 09:47:24 +0000 (09:47 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 25 Jul 2012 09:47:24 +0000 (09:47 +0000)
I saw the case it XPASSes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160715 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/iterators.cpp

index 9d7ef32e91e66cd6114c9874c86a4682c6a75683..709b77a6d2196557b825e8ea501c4c5a0b1c50e4 100644 (file)
@@ -3,6 +3,8 @@
 
 // FIXME: Does not work with inlined C++ methods.
 // XFAIL: *
+// Crashes due to assertion failure.
+// REQUIRES: asserts
 
 #include <vector>