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

Unified Diff: test/line_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/error_test.dart ('k') | test/span_scanner_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/line_scanner_test.dart
diff --git a/test/line_scanner_test.dart b/test/line_scanner_test.dart
index 8cc79a65c04eec414942b91ee7a11130d1be4f60..83222d6cea8f04e72941159be6326bcc2ac6b82f 100644
--- a/test/line_scanner_test.dart
+++ b/test/line_scanner_test.dart
@@ -5,7 +5,7 @@
library string_scanner.line_scanner_test;
import 'package:string_scanner/string_scanner.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
void main() {
var scanner;
« no previous file with comments | « test/error_test.dart ('k') | test/span_scanner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698