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

Unified Diff: test/util/one_off_handler_test.dart

Issue 1053443002: Rename the package to "test". (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 5 years, 9 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/util/multi_channel_test.dart ('k') | test/util/string_literal_iterator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/util/one_off_handler_test.dart
diff --git a/test/util/one_off_handler_test.dart b/test/util/one_off_handler_test.dart
index fa387facb0b1d401c42e1ec51aab57ff27666de3..281a37ad4e80c5a67274206da24d1e51ecc34625 100644
--- a/test/util/one_off_handler_test.dart
+++ b/test/util/one_off_handler_test.dart
@@ -5,8 +5,8 @@
import 'dart:async';
import 'package:shelf/shelf.dart' as shelf;
-import 'package:unittest/src/util/one_off_handler.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/src/util/one_off_handler.dart';
+import 'package:test/test.dart';
void main() {
var handler;
« no previous file with comments | « test/util/multi_channel_test.dart ('k') | test/util/string_literal_iterator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698