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

Unified Diff: test/util.dart

Issue 1320533004: Switch from unittest to test. (Closed) Base URL: https://github.com/dart-lang/markdown.git@master
Patch Set: Created 5 years, 4 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
« pubspec.yaml ('K') | « test/markdown_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/util.dart
diff --git a/test/util.dart b/test/util.dart
index fd99cb01bd32bfc099719e81ac54c4405ab24e2e..d9a6e3824fff403a9ba6bb2551d161c465a14ae2 100644
--- a/test/util.dart
+++ b/test/util.dart
@@ -4,7 +4,7 @@
library markdown.test.utils;
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:markdown/markdown.dart';
« pubspec.yaml ('K') | « test/markdown_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698