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

Unified Diff: test/error_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/declaration_test.dart ('k') | test/extend_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/error_test.dart
diff --git a/test/error_test.dart b/test/error_test.dart
index 71890cc89a6c01a9505639e6edfd7dfc6b317247..fc9ecf650d6bad1ca64c1f197b5f1221beaca7c9 100644
--- a/test/error_test.dart
+++ b/test/error_test.dart
@@ -4,9 +4,10 @@
library error_test;
-import 'package:unittest/unittest.dart';
-import 'testing.dart';
import 'package:csslib/src/messages.dart';
+import 'package:test/test.dart';
+
+import 'testing.dart';
/**
* Test for unsupported font-weights values of bolder, lighter and inherit.
« no previous file with comments | « test/declaration_test.dart ('k') | test/extend_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698