| Index: test/validator/executable_test.dart
|
| diff --git a/test/validator/executable_test.dart b/test/validator/executable_test.dart
|
| index 437811e756602d009b00f0982f9a725955b4ef7e..12610855e98c26a549c3ccbc44248712d22b9968 100644
|
| --- a/test/validator/executable_test.dart
|
| +++ b/test/validator/executable_test.dart
|
| @@ -15,8 +15,6 @@ Validator executable(Entrypoint entrypoint) =>
|
| new ExecutableValidator(entrypoint);
|
|
|
| main() {
|
| - initConfig();
|
| -
|
| setUp(d.validPackage.create);
|
|
|
| group('should consider a package valid if it', () {
|
|
|