| Index: tests/dartino_compiler/incremental/experimental_mode.dart
|
| diff --git a/tests/fletchc/incremental/experimental_mode.dart b/tests/dartino_compiler/incremental/experimental_mode.dart
|
| similarity index 80%
|
| rename from tests/fletchc/incremental/experimental_mode.dart
|
| rename to tests/dartino_compiler/incremental/experimental_mode.dart
|
| index c3db7e914aa7136d77f2c4de3c9fb847c3f9ab76..233031cdec591057bb583914ccf542b04d1e0090 100644
|
| --- a/tests/fletchc/incremental/experimental_mode.dart
|
| +++ b/tests/dartino_compiler/incremental/experimental_mode.dart
|
| @@ -2,12 +2,12 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE.md file.
|
|
|
| -library tests.fletchc.incremental.experimental_mode;
|
| +library tests.dartino_compiler.incremental.experimental_mode;
|
|
|
| import 'feature_test.dart' show
|
| compileAndRun;
|
|
|
| -import 'package:fletchc/incremental/fletchc_incremental.dart' show
|
| +import 'package:dartino_compiler/incremental/dartino_compiler_incremental.dart' show
|
| IncrementalMode;
|
|
|
| import 'common.dart';
|
| @@ -24,7 +24,7 @@ class ExperimentalModeTestSuite extends IncrementalTestSuite {
|
|
|
| const ExperimentalModeTestSuite suite = const ExperimentalModeTestSuite();
|
|
|
| -/// Invoked by ../../fletch_tests/fletch_test_suite.dart.
|
| +/// Invoked by ../../dartino_tests/dartino_test_suite.dart.
|
| Future<Map<String, NoArgFuture>> list() => suite.list();
|
|
|
| Future<Null> main(List<String> arguments) => suite.runFromMain(arguments);
|
|
|