Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: tests/lib_2/async/first_regression_test.dart

Issue 2999943002: Migrated test block 168 to Dart 2.0. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/lib_2/async/first_regression_test.dart
diff --git a/tests/lib_strong/async/first_regression_test.dart b/tests/lib_2/async/first_regression_test.dart
similarity index 95%
rename from tests/lib_strong/async/first_regression_test.dart
rename to tests/lib_2/async/first_regression_test.dart
index 127b64498bed76fe1da01f524089271edf555559..330caccc6fa4e140d805436bdc870dbc2a8946e3 100644
--- a/tests/lib_strong/async/first_regression_test.dart
+++ b/tests/lib_2/async/first_regression_test.dart
@@ -7,7 +7,7 @@
library first_regression_test;
import 'dart:async';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
bkonyi 2017/08/14 23:33:14 There seems to be a failure somewhere inside this
class DoubleTransformer<T> implements StreamTransformer<T, T> {
Stream<T> bind(Stream<T> stream) {

Powered by Google App Engine
This is Rietveld 408576698