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

Unified Diff: tests/lib/async/stream_periodic5_test.dart

Issue 2656743002: Remove package:unittest from some tests (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « tests/lib/async/stream_periodic4_test.dart ('k') | tests/lib/async/stream_periodic6_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/stream_periodic5_test.dart
diff --git a/tests/lib/async/stream_periodic5_test.dart b/tests/lib/async/stream_periodic5_test.dart
index 46b685c53bc7cb356b21c3476fc4141c34e88e11..8ab0665d593b0c603cadfdd0d28b66e40892a289 100644
--- a/tests/lib/async/stream_periodic5_test.dart
+++ b/tests/lib/async/stream_periodic5_test.dart
@@ -6,7 +6,7 @@
library dart.test.stream_from_iterable;
import "dart:async";
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
watchMs(Stopwatch watch) {
int microsecs = watch.elapsedMicroseconds;
@@ -38,7 +38,7 @@ main() {
watch.start();
subscription.resume();
});
- }
+ }
}, onDone: expectAsync(() { }));
});
}
« no previous file with comments | « tests/lib/async/stream_periodic4_test.dart ('k') | tests/lib/async/stream_periodic6_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698