| Index: sdk/lib/_internal/pub/test/lish/package_validation_has_an_error_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/lish/package_validation_has_an_error_test.dart b/sdk/lib/_internal/pub/test/lish/package_validation_has_an_error_test.dart
|
| index d656117437c0f3c05950470401d60921d5fd0daa..b39694e497cad22d1fe671f681dd047468e29dec 100644
|
| --- a/sdk/lib/_internal/pub/test/lish/package_validation_has_an_error_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/lish/package_validation_has_an_error_test.dart
|
| @@ -2,14 +2,11 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'dart:json' as json;
|
| -
|
| import 'package:scheduled_test/scheduled_test.dart';
|
| import 'package:scheduled_test/scheduled_server.dart';
|
|
|
| import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
| -import 'utils.dart';
|
|
|
| main() {
|
| initConfig();
|
|
|