| Index: tests/compiler/dart2js/serialization/helper.dart
|
| diff --git a/tests/compiler/dart2js/serialization_helper.dart b/tests/compiler/dart2js/serialization/helper.dart
|
| similarity index 99%
|
| rename from tests/compiler/dart2js/serialization_helper.dart
|
| rename to tests/compiler/dart2js/serialization/helper.dart
|
| index 2d1ea1fd6884e5d963d9f8e9cd770b0ee9962878..d0c8f04b76fd7b92e741684e36914309294f4aea 100644
|
| --- a/tests/compiler/dart2js/serialization_helper.dart
|
| +++ b/tests/compiler/dart2js/serialization/helper.dart
|
| @@ -28,7 +28,7 @@ import 'package:compiler/src/universe/call_structure.dart';
|
| import 'package:compiler/src/universe/world_impact.dart';
|
| import 'package:compiler/src/universe/use.dart';
|
|
|
| -import 'memory_compiler.dart';
|
| +import '../memory_compiler.dart';
|
|
|
| class Arguments {
|
| final String filename;
|
|
|