forked from OSchip/llvm-project
test/Analysis/iterators.cpp: Mark as REQUIRES:asserts. It crashes due to assertion failure.
I saw the case it XPASSes. llvm-svn: 160715
This commit is contained in:
parent
77a1f3b564
commit
e1efe31948
|
@ -3,6 +3,8 @@
|
|||
|
||||
// FIXME: Does not work with inlined C++ methods.
|
||||
// XFAIL: *
|
||||
// Crashes due to assertion failure.
|
||||
// REQUIRES: asserts
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in New Issue