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

Unified Diff: test/var_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/testing.dart ('k') | test/visitor_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/var_test.dart
diff --git a/test/var_test.dart b/test/var_test.dart
index 657459da0f51f0f6a20056de22a1e847b1eb2587..39720234b71f707825c3722e2f7bd84c221ecb22 100644
--- a/test/var_test.dart
+++ b/test/var_test.dart
@@ -4,7 +4,8 @@
library var_test;
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
+
import 'testing.dart';
compileAndValidate(String input, String generated) {
« no previous file with comments | « test/testing.dart ('k') | test/visitor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698