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

Unified Diff: tests/dartino_compiler/driver/test_control_stream.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/dartino_compiler/driver/mock_vm.dart ('k') | tests/dartino_compiler/driver/test_vm_connection.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/dartino_compiler/driver/test_control_stream.dart
diff --git a/tests/fletchc/driver/test_control_stream.dart b/tests/dartino_compiler/driver/test_control_stream.dart
similarity index 94%
rename from tests/fletchc/driver/test_control_stream.dart
rename to tests/dartino_compiler/driver/test_control_stream.dart
index c8899290f6f16d0de7a856857be26777d4068adf..741e20e1c3cf4e67cba0f0856b27b14e3da17a50 100644
--- a/tests/fletchc/driver/test_control_stream.dart
+++ b/tests/dartino_compiler/driver/test_control_stream.dart
@@ -8,9 +8,9 @@ import 'dart:typed_data';
import 'package:expect/expect.dart';
-import 'package:fletchc/src/hub/client_commands.dart';
+import 'package:dartino_compiler/src/hub/client_commands.dart';
-import 'package:fletchc/src/hub/hub_main.dart';
+import 'package:dartino_compiler/src/hub/hub_main.dart';
const List<int> stdinCommandData = const <int>[4, 0, 0, 0, 0, 0, 0, 0, 0];
« no previous file with comments | « tests/dartino_compiler/driver/mock_vm.dart ('k') | tests/dartino_compiler/driver/test_vm_connection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698