| Index: pkg/unittest/lib/unittest.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/unittest.dart (revision 22522)
|
| +++ pkg/unittest/lib/unittest.dart (working copy)
|
| @@ -173,10 +173,6 @@
|
| import 'matcher.dart';
|
| export 'matcher.dart';
|
|
|
| -// TODO(amouravski): We should not need to import mock here, but it's necessary
|
| -// to enable dartdoc on the mock library, as it's not picked up normally.
|
| -import 'mock.dart';
|
| -
|
| part 'src/config.dart';
|
| part 'src/test_case.dart';
|
|
|
|
|