Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: tests/dartino_compiler/driver/mock_vm.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/coroutine/yield_test.dart ('k') | tests/dartino_compiler/driver/test_control_stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « tests/coroutine/yield_test.dart ('k') | tests/dartino_compiler/driver/test_control_stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698