Remove ubsan XFAILS in two tests

These two tests are ubsan-clean now:
http://lab.llvm.org:8080/green/job/clang-stage2-cmake-RgSan_check/3553/

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vedant Kumar
2017-06-01 18:48:27 +00:00
parent 01e23b3a4b
commit a9d992d310
2 changed files with 0 additions and 6 deletions

View File

@@ -10,9 +10,6 @@
// UNSUPPORTED: c++98, c++03, c++11
// FIXME: When run under UBSAN this test hits an assertion inside Clang
// XFAIL: ubsan
#include <experimental/coroutine>
#include <cassert>

View File

@@ -10,9 +10,6 @@
// UNSUPPORTED: c++98, c++03, c++11
// FIXME: When run under UBSAN this test hits an assertion inside Clang
// XFAIL: ubsan
#include <experimental/coroutine>
#include <vector>
#include <cassert>