Revert "Mark two coroutine tests as unsupported under ubsan"

This reverts commit r304462, thereby re-enabling two tests under ubsan.
We expect these tests to pass now that PR33271 is fixed.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vedant Kumar
2017-06-02 18:30:16 +00:00
parent 2e612e1621
commit 84d753555f
2 changed files with 0 additions and 6 deletions

View File

@@ -10,9 +10,6 @@
// UNSUPPORTED: c++98, c++03, c++11 // UNSUPPORTED: c++98, c++03, c++11
// See https://bugs.llvm.org/show_bug.cgi?id=33271
// UNSUPPORTED: ubsan
#include <experimental/coroutine> #include <experimental/coroutine>
#include <cassert> #include <cassert>

View File

@@ -10,9 +10,6 @@
// UNSUPPORTED: c++98, c++03, c++11 // UNSUPPORTED: c++98, c++03, c++11
// See https://bugs.llvm.org/show_bug.cgi?id=33271
// UNSUPPORTED: ubsan
#include <experimental/coroutine> #include <experimental/coroutine>
#include <vector> #include <vector>
#include <cassert> #include <cassert>