| Index: tests/dartino_compiler/incremental/source_update.dart
|
| diff --git a/tests/fletchc/incremental/source_update.dart b/tests/dartino_compiler/incremental/source_update.dart
|
| similarity index 98%
|
| rename from tests/fletchc/incremental/source_update.dart
|
| rename to tests/dartino_compiler/incremental/source_update.dart
|
| index 5a2144384c827b97959f021687e7e50c7f0d67a3..a2f0a15caf4e9371721fb1261bc8e7ec830e5de6 100644
|
| --- a/tests/fletchc/incremental/source_update.dart
|
| +++ b/tests/dartino_compiler/incremental/source_update.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 file.
|
|
|
| -library fletchc.test.source_update;
|
| +library dartino_compiler.test.source_update;
|
|
|
| /// Returns [updates] expanded to full compilation units/source files.
|
| ///
|
|
|