Index: test/codegen/language/async_star_test.dart |
diff --git a/test/codegen/language/async_star_test.dart b/test/codegen/language/async_star_test.dart |
index 1e8cef6a8c3a230bff374711744570a70e622e68..7ba3962af8eccef2df9b6fed7142bf42e51cd998 100644 |
--- a/test/codegen/language/async_star_test.dart |
+++ b/test/codegen/language/async_star_test.dart |
@@ -738,8 +738,7 @@ main() { |
expect(list, equals(["*1", 1, "*2"])); /// 02: continued |
}); /// 02: continued |
}); /// 02: continued |
- }, skip: "other impls aren't passing this test, see " |
- "https://github.com/dart-lang/sdk/issues/22853"); /// 02: continued |
+ }); /// 02: continued |
}); |
group("await for", () { |
@@ -871,8 +870,7 @@ main() { |
return f(sc.stream).then((v) { /// 05: continued |
expect(v, equals(10)); /// 05: continued |
}); /// 05: continued |
- }, skip: "other impls aren't passing this test, see " |
- "https://github.com/dart-lang/sdk/issues/22853"); /// 05: continued |
+ }); /// 05: continued |
}); |
} |