| Index: tests/dartino_compiler/incremental/tests_with_expectations.dart
|
| diff --git a/tests/fletchc/incremental/tests_with_expectations.dart b/tests/dartino_compiler/incremental/tests_with_expectations.dart
|
| similarity index 99%
|
| rename from tests/fletchc/incremental/tests_with_expectations.dart
|
| rename to tests/dartino_compiler/incremental/tests_with_expectations.dart
|
| index 286531a2cb231daadfcdaa7d62bec5a3d540dda0..96c857e53a89ec34461831ba48a73999ab530258 100644
|
| --- a/tests/fletchc/incremental/tests_with_expectations.dart
|
| +++ b/tests/dartino_compiler/incremental/tests_with_expectations.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.
|
|
|
| -library fletchc.test.tests_with_expectations;
|
| +library dartino_compiler.test.tests_with_expectations;
|
|
|
| /// List of tests on this form:
|
| ///
|
| @@ -136,7 +136,7 @@ main() {
|
| r'''
|
| program_gc_with_processes
|
| ==> main.dart.patch <==
|
| -import 'dart:fletch';
|
| +import 'dart:dartino';
|
|
|
| class Comms {
|
| <<<< "Setup"
|
|
|