| Index: tests/compiler/dart2js/dummy_compiler_test.dart
|
| diff --git a/tests/utils/dummy_compiler_test.dart b/tests/compiler/dart2js/dummy_compiler_test.dart
|
| similarity index 95%
|
| rename from tests/utils/dummy_compiler_test.dart
|
| rename to tests/compiler/dart2js/dummy_compiler_test.dart
|
| index 1252af5e43fe58805b85521da9f107aeefc2a5ec..4078f9a673a0fbe2e3c9279b4b18fd5b60a6d093 100644
|
| --- a/tests/utils/dummy_compiler_test.dart
|
| +++ b/tests/compiler/dart2js/dummy_compiler_test.dart
|
| @@ -6,11 +6,11 @@
|
| library dummy_compiler;
|
|
|
| import 'dart:async';
|
| -import "package:async_helper/async_helper.dart";
|
|
|
| +import 'package:async_helper/async_helper.dart';
|
| import 'package:compiler/compiler.dart';
|
|
|
| -import '../compiler/dart2js/mock_libraries.dart';
|
| +import 'mock_libraries.dart';
|
|
|
| String libProvider(Uri uri) {
|
| if (uri.path.endsWith(".platform")) {
|
|
|