| 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.
|
|
|