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

Unified Diff: test/markdown_test.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') | « pubspec.yaml ('k') | test/util.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/markdown_test.dart
diff --git a/test/markdown_test.dart b/test/markdown_test.dart
index e0e8e118c4602d3d9f7372156c5627c115cce12f..7e270a148a0177f4d0165c776b683789eadc60d0 100644
--- a/test/markdown_test.dart
+++ b/test/markdown_test.dart
@@ -5,7 +5,7 @@
/// Unit tests for markdown.
library markdown.test.markdown_test;
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:markdown/markdown.dart';
« pubspec.yaml ('K') | « pubspec.yaml ('k') | test/util.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698