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

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

Issue 2656503004: Revert "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/language/language.status ('k') | tests/lib/async/future_timeout_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/first_regression_test.dart
diff --git a/tests/lib/async/first_regression_test.dart b/tests/lib/async/first_regression_test.dart
index 5cf036374357cee75404f221f874d291b63670e1..71d190aa95bbb51bce7ea34b9d99b84a38bc9bbc 100644
--- a/tests/lib/async/first_regression_test.dart
+++ b/tests/lib/async/first_regression_test.dart
@@ -6,7 +6,7 @@
library first_regression_test;
import 'dart:async';
-import 'package:test/test.dart';
+import 'package:unittest/unittest.dart';
class DoubleTransformer<T> implements StreamTransformer<T, T> {
Stream<T> bind(Stream<T> stream) {
« no previous file with comments | « tests/language/language.status ('k') | tests/lib/async/future_timeout_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698