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

Unified Diff: tests/dartino_compiler/incremental/experimental_mode.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_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);
« no previous file with comments | « tests/dartino_compiler/incremental/compiler_test_case.dart ('k') | tests/dartino_compiler/incremental/feature_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698