| Index: sdk/lib/_internal/pub/test/serve/installs_first_if_source_changed_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/serve/installs_first_if_source_changed_test.dart b/sdk/lib/_internal/pub/test/serve/installs_first_if_source_changed_test.dart
|
| index d7f5c92247966d7acf8e03c016d04734497b324b..65d177ee2d69a1aca92319a9dd81ed12074baa7c 100644
|
| --- a/sdk/lib/_internal/pub/test/serve/installs_first_if_source_changed_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/serve/installs_first_if_source_changed_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library pub_tests;
|
|
|
| -import 'dart:json' as json;
|
| +import 'dart:convert';
|
|
|
| import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
| @@ -25,7 +25,7 @@ main() {
|
| "foo": {"path": "../foo"}
|
| }),
|
| // A lock file with the hosted source.
|
| - d.file("pubspec.lock", json.stringify({
|
| + d.file("pubspec.lock", JSON.encode({
|
| 'packages': {
|
| 'foo': {
|
| 'version': '0.0.0',
|
|
|