| Index: tests/compiler/dart2js/serialization/test_helper.dart
|
| diff --git a/tests/compiler/dart2js/serialization_test_helper.dart b/tests/compiler/dart2js/serialization/test_helper.dart
|
| similarity index 99%
|
| rename from tests/compiler/dart2js/serialization_test_helper.dart
|
| rename to tests/compiler/dart2js/serialization/test_helper.dart
|
| index 0c871a8de2e66c370d79693c42ec4ca52f36409b..1a05c98a801799d9c3272e545d4f732aaec4cc28 100644
|
| --- a/tests/compiler/dart2js/serialization_test_helper.dart
|
| +++ b/tests/compiler/dart2js/serialization/test_helper.dart
|
| @@ -5,7 +5,7 @@
|
| library dart2js.serialization_test_helper;
|
|
|
| import 'dart:io';
|
| -import 'memory_compiler.dart';
|
| +import '../memory_compiler.dart';
|
| import 'package:async_helper/async_helper.dart';
|
| import 'package:compiler/src/common/resolution.dart';
|
| import 'package:compiler/src/commandline_options.dart';
|
|
|