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

Unified Diff: test/server/stream_test.dart

Issue 1234323004: Upgrade to the new test runner. (Closed) Base URL: https://github.com/dart-lang/json_rpc_2.git@master
Patch Set: Created 5 years, 5 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 | « test/server/server_test.dart ('k') | test/server/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/server/stream_test.dart
diff --git a/test/server/stream_test.dart b/test/server/stream_test.dart
index 5459e3e6a5a87096b224963006431fa2dd923928..a7a2d8652701a8a945acc2f49c06528bbac7da94 100644
--- a/test/server/stream_test.dart
+++ b/test/server/stream_test.dart
@@ -6,7 +6,7 @@ library json_rpc_2.test.server.stream_test;
import 'dart:async';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:json_rpc_2/json_rpc_2.dart' as json_rpc;
import 'utils.dart';
« no previous file with comments | « test/server/server_test.dart ('k') | test/server/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698