| Index: tests/dartino_compiler/incremental/compiler_test_case.dart
|
| diff --git a/tests/fletchc/incremental/compiler_test_case.dart b/tests/dartino_compiler/incremental/compiler_test_case.dart
|
| similarity index 86%
|
| rename from tests/fletchc/incremental/compiler_test_case.dart
|
| rename to tests/dartino_compiler/incremental/compiler_test_case.dart
|
| index 26ca4d6804feea4409ef7813193424d4786d1a64..30398a2b7dea099ba80331754701dab4b8b36872 100644
|
| --- a/tests/fletchc/incremental/compiler_test_case.dart
|
| +++ b/tests/dartino_compiler/incremental/compiler_test_case.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Helper class for writing compiler tests.
|
| -library fletchc.test.compiler_test_case;
|
| +library dartino_compiler.test.compiler_test_case;
|
|
|
| import 'dart:async' show
|
| Future;
|
| @@ -20,10 +20,10 @@ import 'package:compiler/src/elements/elements.dart' show
|
| export 'package:compiler/src/elements/elements.dart' show
|
| LibraryElement;
|
|
|
| -import 'package:fletchc/fletch_compiler.dart' show
|
| +import 'package:dartino_compiler/dartino_compiler.dart' show
|
| StringOrUri;
|
|
|
| -export 'package:fletchc/fletch_compiler.dart' show
|
| +export 'package:dartino_compiler/dartino_compiler.dart' show
|
| StringOrUri;
|
|
|
| const String SCHEME = 'org.trydart.compiler-test-case';
|
|
|