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. |