| Index: tests/dartino_compiler/incremental/production_mode.dart
|
| diff --git a/tests/fletchc/incremental/production_mode.dart b/tests/dartino_compiler/incremental/production_mode.dart
|
| similarity index 80%
|
| rename from tests/fletchc/incremental/production_mode.dart
|
| rename to tests/dartino_compiler/incremental/production_mode.dart
|
| index 57d3aba20a996bf35fb2d7eef65ad5a11ee56ba5..a2589466aefab6206114f259db63c09989ecb21d 100644
|
| --- a/tests/fletchc/incremental/production_mode.dart
|
| +++ b/tests/dartino_compiler/incremental/production_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.production_mode;
|
| +library tests.dartino_compiler.incremental.production_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 ProductionModeTestSuite extends IncrementalTestSuite {
|
|
|
| const ProductionModeTestSuite suite = const ProductionModeTestSuite();
|
|
|
| -/// 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);
|
|
|