Chromium Code Reviews| Index: test/mixin_test.dart |
| diff --git a/test/mixin_test.dart b/test/mixin_test.dart |
| index 937ed4427a731f680dc24275c75dad43683ca006..c94c9c018d5f5e3b63525e7eb08581b6d69db277 100644 |
| --- a/test/mixin_test.dart |
| +++ b/test/mixin_test.dart |
| @@ -4,7 +4,8 @@ |
| library mixin_test; |
| -import 'package:unittest/unittest.dart'; |
| +import 'package:test/test.dart'; |
| + |
| import 'testing.dart'; |
| compileAndValidate(String input, String generated) { |