| Index: tests/lib/platform/import_test.dart
|
| diff --git a/runtime/bin/vmservice/client/out/web/observatory_main.dart b/tests/lib/platform/import_test.dart
|
| similarity index 85%
|
| copy from runtime/bin/vmservice/client/out/web/observatory_main.dart
|
| copy to tests/lib/platform/import_test.dart
|
| index d6028406b63c7d635aa29e6939ae7f91d876f9b2..fcd326fa320921b842e752468404a46b32ef57f1 100644
|
| --- a/runtime/bin/vmservice/client/out/web/observatory_main.dart
|
| +++ b/tests/lib/platform/import_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -library observatory_main;
|
| +import "dart:platform";
|
|
|
| -main() {
|
| +void main() {
|
| }
|
|
|