| Index: tests/dartino_compiler/driver/mock_vm.dart
|
| diff --git a/tests/fletchc/driver/mock_vm.dart b/tests/dartino_compiler/driver/mock_vm.dart
|
| similarity index 94%
|
| rename from tests/fletchc/driver/mock_vm.dart
|
| rename to tests/dartino_compiler/driver/mock_vm.dart
|
| index 8aec98de54cc2db30e233c672ee2addabfbf1c70..64b20f1268f24331c23ff865614558ecbaf1977f 100644
|
| --- a/tests/fletchc/driver/mock_vm.dart
|
| +++ b/tests/dartino_compiler/driver/mock_vm.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE.md file.
|
|
|
| /// Mock VM implementation used for testing VM connections.
|
| -library fletchc.test.client.mock_vm;
|
| +library dartino_compiler.test.client.mock_vm;
|
|
|
| import 'dart:async' show
|
| Future,
|
| @@ -21,11 +21,11 @@ import 'dart:isolate' show
|
| import 'dart:typed_data' show
|
| ByteData;
|
|
|
| -import 'package:fletchc/src/shared_command_infrastructure.dart' show
|
| +import 'package:dartino_compiler/src/shared_command_infrastructure.dart' show
|
| CommandTransformerBuilder,
|
| toUint8ListView;
|
|
|
| -import 'package:fletchc/vm_commands.dart' show
|
| +import 'package:dartino_compiler/vm_commands.dart' show
|
| VmCommand,
|
| VmCommandCode,
|
| CommitChangesResult,
|
| @@ -38,7 +38,7 @@ import 'package:dart_isolate/ports.dart' show
|
| import 'package:dart_isolate/isolate_runner.dart' show
|
| IsolateRunner;
|
|
|
| -import 'package:fletchc/src/zone_helper.dart' show
|
| +import 'package:dartino_compiler/src/zone_helper.dart' show
|
| runGuarded;
|
|
|
| /// Represents state associated with a mocked VM.
|
| @@ -86,7 +86,7 @@ class MockVm {
|
| /// Encodes arguments to [mockVm].
|
| class MockVmArguments {
|
| // Keep this class simple. See notice in `SharedTask` in
|
| - // `package:fletchc/src/verbs/infrastructure.dart`.
|
| + // `package:dartino_compiler/src/verbs/infrastructure.dart`.
|
|
|
| final SendPort port;
|
| final bool closeImmediately;
|
|
|