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

Unified Diff: tests/dartino_tests/zone_helper_tests.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/verb_tests.dart ('k') | tests/debugger/async_expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/dartino_tests/zone_helper_tests.dart
diff --git a/tests/fletch_tests/zone_helper_tests.dart b/tests/dartino_tests/zone_helper_tests.dart
similarity index 95%
rename from tests/fletch_tests/zone_helper_tests.dart
rename to tests/dartino_tests/zone_helper_tests.dart
index 7c0dc3aabe91070e109abc4613992bd3b4a34461..7793d138d0f14a08317db33d86ab3acc1a95469b 100644
--- a/tests/fletch_tests/zone_helper_tests.dart
+++ b/tests/dartino_tests/zone_helper_tests.dart
@@ -2,14 +2,14 @@
// 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.
-/// Tests of 'package:fletchc/src/zone_helper.dart'.
-library fletch_tests.zone_helper_tests;
+/// Tests of 'package:dartino_compiler/src/zone_helper.dart'.
+library dartino_tests.zone_helper_tests;
import 'dart:async';
import 'dart:isolate';
-import 'package:fletchc/src/zone_helper.dart';
+import 'package:dartino_compiler/src/zone_helper.dart';
import 'package:expect/expect.dart';
@@ -17,7 +17,7 @@ import 'dart:io' show
Platform;
final Uri fileWithCompileTimeError =
- Uri.base.resolve("tests/fletch_tests/file_with_compile_time_error.dart");
+ Uri.base.resolve("tests/dartino_tests/file_with_compile_time_error.dart");
/// Test that runGuarded completes with an error when a synchronous error is
/// thrown.
« no previous file with comments | « tests/dartino_tests/verb_tests.dart ('k') | tests/debugger/async_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698