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

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

Issue 2999943002: Migrated test block 168 to Dart 2.0. (Closed)
Patch Set: Fixed async/future_test.dart 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/future_timeout_test.dart
diff --git a/tests/lib_strong/async/future_timeout_test.dart b/tests/lib_2/async/future_timeout_test.dart
similarity index 99%
rename from tests/lib_strong/async/future_timeout_test.dart
rename to tests/lib_2/async/future_timeout_test.dart
index 6020a815859bc28b9c381fc5ae3c0aad43300179..6bea1d2db3ee5fec5d490059adee93116144d1e4 100644
--- a/tests/lib_strong/async/future_timeout_test.dart
+++ b/tests/lib_2/async/future_timeout_test.dart
@@ -5,7 +5,7 @@
library future_timeout_test;
import 'dart:async';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
Bob Nystrom 2017/08/16 22:27:20 Can you move this off test onto expect and/or asyn
bkonyi 2017/08/16 23:44:13 Done.
main() {
test("timeoutNoComplete", () {

Powered by Google App Engine
This is Rietveld 408576698