| 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;
|
|
|
|
|