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

Unified Diff: test/selector_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/run_all.dart ('k') | test/testing.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/selector_test.dart
diff --git a/test/selector_test.dart b/test/selector_test.dart
index 5d687e65e1d5ba925b004196c2f75f6199b794a5..aefab164d0ed0f356aeddaaf5e3ca7e7f2e15dfa 100644
--- a/test/selector_test.dart
+++ b/test/selector_test.dart
@@ -4,9 +4,10 @@
library selector_test;
-import 'package:unittest/unittest.dart';
-import 'testing.dart';
import 'package:csslib/parser.dart';
+import 'package:test/test.dart';
+
+import 'testing.dart';
void testSelectorSuccesses() {
var errors = [];
« no previous file with comments | « test/run_all.dart ('k') | test/testing.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698