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

Unified Diff: tests/dartino_tests/test_suite_consumer.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/dartino_tests/snapshot_stacktrace_tests.dart ('k') | tests/dartino_tests/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/dartino_tests/test_suite_consumer.dart
diff --git a/tests/fletch_tests/test_suite_consumer.dart b/tests/dartino_tests/test_suite_consumer.dart
similarity index 75%
rename from tests/fletch_tests/test_suite_consumer.dart
rename to tests/dartino_tests/test_suite_consumer.dart
index 07e688914bf3346dfb3660d2a88c7708e8aab682..bc2b95de629382045237fd3c6d917c511636fd0b 100644
--- a/tests/fletch_tests/test_suite_consumer.dart
+++ b/tests/dartino_tests/test_suite_consumer.dart
@@ -2,7 +2,7 @@
// 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.
-/// Command-line utility for helping testing fletch_test_suite.dart outside
+/// Command-line utility for helping testing dartino_test_suite.dart outside
/// test.py.
///
/// Example usage:
@@ -17,15 +17,15 @@
///
/// cat messages.txt | \
/// ./third_party/bin/$OS/dart --packages=.packages/ \
-/// tests/fletch_tests/fletch_test_suite.dart | \
+/// tests/dartino_tests/dartino_test_suite.dart | \
/// ./third_party/bin/$OS/dart --packages=.packages \
-/// tests/fletch_tests/test_suite_consumer.dart
-library fletch_tests.test_suite_consumer;
+/// tests/dartino_tests/test_suite_consumer.dart
+library dartino_tests.test_suite_consumer;
import 'dart:io' show
stdin;
-import 'fletch_test_suite.dart' show
+import 'dartino_test_suite.dart' show
utf8Lines;
import 'messages.dart' show
« no previous file with comments | « tests/dartino_tests/snapshot_stacktrace_tests.dart ('k') | tests/dartino_tests/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698