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

Unified Diff: tests/dartino_tests/all_tests.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_tests/all_tests.dart
diff --git a/tests/fletch_tests/all_tests.dart b/tests/dartino_tests/all_tests.dart
similarity index 91%
rename from tests/fletch_tests/all_tests.dart
rename to tests/dartino_tests/all_tests.dart
index 0563618e799533d0dc88ead02400217524222bd3..4fd7f79ed1d721fcef6e35e7aba72620d035d149 100644
--- a/tests/fletch_tests/all_tests.dart
+++ b/tests/dartino_tests/all_tests.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE.md file.
/// Modify this file to include more tests.
-library fletch_tests.all_tests;
+library dartino_tests.all_tests;
import 'dart:async' show
Completer,
@@ -13,14 +13,14 @@ import 'self_tests.dart' as self;
import 'verb_tests.dart' as verbs;
-import '../fletchc/incremental/production_mode.dart' as incremental_production;
+import '../dartino_compiler/incremental/production_mode.dart' as incremental_production;
-import '../fletchc/incremental/experimental_mode.dart' as
+import '../dartino_compiler/incremental/experimental_mode.dart' as
incremental_experimental;
-import '../fletchc/driver/test_control_stream.dart' as controlStream;
+import '../dartino_compiler/driver/test_control_stream.dart' as controlStream;
-import '../fletchc/serialize_settings_tests.dart' as serialize_settings_tests;
+import '../dartino_compiler/serialize_settings_tests.dart' as serialize_settings_tests;
import 'zone_helper_tests.dart' as zone_helper;
@@ -36,9 +36,9 @@ import '../service_tests/service_tests.dart' as service_tests;
import '../servicec/servicec_tests.dart' as servicec_tests;
-import '../fletchc/run.dart' as run;
+import '../dartino_compiler/run.dart' as run;
-import '../fletchc/driver/test_vm_connection.dart' as test_vm_connection;
+import '../dartino_compiler/driver/test_vm_connection.dart' as test_vm_connection;
import '../debugger/debugger_tests.dart' as debugger_tests;
« no previous file with comments | « tests/dartino_compiler/test_incremental_debug_info.dart ('k') | tests/dartino_tests/dartino_test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698