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

Unified Diff: test/visitor_test.dart

Issue 1131243005: pkg/csslib: use pkg/test and allow latest version of logging pkg (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: Created 5 years, 7 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/var_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/visitor_test.dart
diff --git a/test/visitor_test.dart b/test/visitor_test.dart
index e7102de0c2978abf1b054806bbf1ff5b0871f16c..803b10614738b509fbed3c24453db98da81c7ad9 100644
--- a/test/visitor_test.dart
+++ b/test/visitor_test.dart
@@ -4,8 +4,9 @@
library visitor_test;
-import 'package:unittest/unittest.dart';
import 'package:csslib/visitor.dart';
+import 'package:test/test.dart';
+
import 'testing.dart';
class ClassVisitor extends Visitor {
« no previous file with comments | « test/var_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698