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

Unified Diff: tests/fletchc/incremental/production_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
« no previous file with comments | « tests/fletchc/incremental/feature_test.dart ('k') | tests/fletchc/incremental/program_result.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/fletchc/incremental/production_mode.dart
diff --git a/tests/fletchc/incremental/production_mode.dart b/tests/fletchc/incremental/production_mode.dart
deleted file mode 100644
index 57d3aba20a996bf35fb2d7eef65ad5a11ee56ba5..0000000000000000000000000000000000000000
--- a/tests/fletchc/incremental/production_mode.dart
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2016, the Dartino project authors. Please see the AUTHORS file
-// 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;
-
-import 'feature_test.dart' show
- compileAndRun;
-
-import 'package:fletchc/incremental/fletchc_incremental.dart' show
- IncrementalMode;
-
-import 'common.dart';
-
-class ProductionModeTestSuite extends IncrementalTestSuite {
- const ProductionModeTestSuite()
- : super("production");
-
- Future<Null> run(String testName, EncodedResult encodedResult) {
- return compileAndRun(
- testName, encodedResult, incrementalMode: IncrementalMode.production);
- }
-}
-
-const ProductionModeTestSuite suite = const ProductionModeTestSuite();
-
-/// Invoked by ../../fletch_tests/fletch_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/fletchc/incremental/feature_test.dart ('k') | tests/fletchc/incremental/program_result.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698