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

Unified Diff: test/pretty_print_test.dart

Issue 867133002: pkg/matcher: refactor with unittest v0.12 work (Closed) Base URL: https://github.com/dart-lang/matcher.git@master
Patch Set: cl nits Created 5 years, 10 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/pretty_print_minified_test.dart ('k') | test/pretty_print_unminified_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/pretty_print_test.dart
diff --git a/test/pretty_print_test.dart b/test/pretty_print_test.dart
index 6d443b50aa2957bb4048fcd8a02da1e11331c2d0..1e3704ff064d16cb7b4e7f0b07e0d00cc60cd752 100644
--- a/test/pretty_print_test.dart
+++ b/test/pretty_print_test.dart
@@ -6,7 +6,7 @@ library matcher.pretty_print_test;
import 'package:matcher/matcher.dart';
import 'package:matcher/src/pretty_print.dart';
-import 'package:unittest/unittest.dart' show group, test;
+import 'package:unittest/unittest.dart' show group, test, expect;
void main() {
test('with primitive objects', () {
« no previous file with comments | « test/pretty_print_minified_test.dart ('k') | test/pretty_print_unminified_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698