diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-05-28 20:25:41 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-05-28 20:25:41 +0000 |
commit | 4aaf69749baa844336a3660d71dbfb96c7bf9b5c (patch) | |
tree | 5e3f653706c80afd15e64fd5a0e73b2af5cabf64 | |
parent | c34a497b407ebb65e6d8c582ba5fe1c45cc88958 (diff) | |
download | bcm5719-llvm-4aaf69749baa844336a3660d71dbfb96c7bf9b5c.tar.gz bcm5719-llvm-4aaf69749baa844336a3660d71dbfb96c7bf9b5c.zip |
Remove XFAIL's for recently fixed bug
llvm-svn: 304102
-rw-r--r-- | libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp b/libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp index ad836af74da..ebe447c6cbf 100644 --- a/libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp +++ b/libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp @@ -10,10 +10,6 @@ // REQUIRES: fcoroutines-ts -// These configurations run the tests with '-g', which hits a bug in Clangs -// coroutine implementation. -// XFAIL: asan, msan, ubsan, tsan - // RUN: %build -fcoroutines-ts // RUN: %run |