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

Unified Diff: tests/dartino_compiler/driver/test_vm_connection.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
Index: tests/dartino_compiler/driver/test_vm_connection.dart
diff --git a/tests/fletchc/driver/test_vm_connection.dart b/tests/dartino_compiler/driver/test_vm_connection.dart
similarity index 87%
rename from tests/fletchc/driver/test_vm_connection.dart
rename to tests/dartino_compiler/driver/test_vm_connection.dart
index 33a6c06e75bed7ce0ddc718130b5c033448e1abb..033585d84ed8c99cda5713492f9fa36438d85856 100644
--- a/tests/fletchc/driver/test_vm_connection.dart
+++ b/tests/dartino_compiler/driver/test_vm_connection.dart
@@ -4,7 +4,7 @@
/// Used for testing compiler/debugger session when VM socket is closed
/// unexpectedly.
-library fletchc.test.client.test_vm_connection;
+library dartino_compiler.test.client.test_vm_connection;
import 'dart:async' show
Future;
@@ -18,22 +18,22 @@ import 'dart:isolate' show
import 'package:expect/expect.dart' show
Expect;
-import 'package:fletchc/src/hub/session_manager.dart' show
+import 'package:dartino_compiler/src/hub/session_manager.dart' show
SessionState;
-import 'package:fletchc/src/worker/developer.dart' show
+import 'package:dartino_compiler/src/worker/developer.dart' show
attachToVm;
-import 'package:fletchc/vm_commands.dart' show
+import 'package:dartino_compiler/vm_commands.dart' show
VmCommandCode;
import '../run.dart' show
- FletchRunner;
+ DartinoRunner;
import 'mock_vm.dart' show
MockVm;
-class MockVmRunner extends FletchRunner {
+class MockVmRunner extends DartinoRunner {
final bool closeImmediately;
final VmCommandCode closeAfterFirst;
« no previous file with comments | « tests/dartino_compiler/driver/test_control_stream.dart ('k') | tests/dartino_compiler/incremental/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698