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

Unified Diff: test/glob_test.dart

Issue 1234433006: Upgrade to the new test runner. (Closed) Base URL: git@github.com:dart-lang/glob@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
« .test_config ('K') | « pubspec.yaml ('k') | test/match_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/glob_test.dart
diff --git a/test/glob_test.dart b/test/glob_test.dart
index 34dbb658f9208e0acf12ce5367165deeda277dd9..a742f20fd9ca2abc024ddfd477859ae9c8544696 100644
--- a/test/glob_test.dart
+++ b/test/glob_test.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
import 'package:glob/glob.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
void main() {
group("Glob.quote()", () {
« .test_config ('K') | « pubspec.yaml ('k') | test/match_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698