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

Unified Diff: test/string_scanner_test.dart

Issue 1228353010: Upgrade to the new test runner. (Closed) Base URL: git@github.com:dart-lang/string_scanner@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/span_scanner_test.dart ('k') | test/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/string_scanner_test.dart
diff --git a/test/string_scanner_test.dart b/test/string_scanner_test.dart
index fcd904aba17d6f652e4ba9610b26d90102ef9b4d..52bf26fc6f5a1f74a3dd7a3e387cf2458e5eeebd 100644
--- a/test/string_scanner_test.dart
+++ b/test/string_scanner_test.dart
@@ -5,7 +5,7 @@
library string_scanner.string_scanner_test;
import 'package:string_scanner/string_scanner.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
void main() {
group('with an empty string', () {
« no previous file with comments | « test/span_scanner_test.dart ('k') | test/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698