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

Unified Diff: tests/lib/async/timer_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/lib/async/timer_repeat_test.dart ('k') | tests/lib/convert/json_lib_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/timer_test.dart
diff --git a/tests/lib/async/timer_test.dart b/tests/lib/async/timer_test.dart
index 1e10f59e700e6976523a93da1cdf32d14c2d7f65..d08754b862e69d1d0c90f09cbd73fba0ea4063e7 100644
--- a/tests/lib/async/timer_test.dart
+++ b/tests/lib/async/timer_test.dart
@@ -5,7 +5,7 @@
library timer_test;
import 'dart:async';
-import 'package:test/test.dart';
+import 'package:unittest/unittest.dart';
const int STARTTIMEOUT = 1050;
const int DECREASE = 200;
« no previous file with comments | « tests/lib/async/timer_repeat_test.dart ('k') | tests/lib/convert/json_lib_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698