Remove test for -fcoroutines-ts am: 4b737c774c am: ee86e3b189

Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/2620093

Change-Id: I6d71724bec29fddaf210116d85643205ba9eceb4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 748973d..c759964 100644
--- a/Android.bp
+++ b/Android.bp
@@ -251,8 +251,6 @@
     cppflags: [
         "-fsized-deallocation",
         "-fexceptions",
-        "-fcoroutines-ts",
-        "-Wno-deprecated-experimental-coroutine",
         "-Wno-format-zero-length",
         "-Wno-implicit-fallthrough",
         "-Wno-non-virtual-dtor",
diff --git a/utils/libcxx/android/test/config.py b/utils/libcxx/android/test/config.py
index 87bfa99..3e1edd4 100644
--- a/utils/libcxx/android/test/config.py
+++ b/utils/libcxx/android/test/config.py
@@ -107,7 +107,6 @@
         self.config.available_features.add('c++experimental')
         self.config.available_features.add('c++fs')
         self.config.available_features.add('c++filesystem')
-        self.config.available_features.add('fcoroutines-ts')
         std_pattern = re.compile(r'-std=(c\+\+\d[0-9x-z])')
         match = std_pattern.search(self.cxx.cxx_template)
         if match: