| Index: tests/compiler/dart2js/serialization/analysis4_test.dart
|
| diff --git a/tests/compiler/dart2js/serialization/model4_test.dart b/tests/compiler/dart2js/serialization/analysis4_test.dart
|
| similarity index 78%
|
| copy from tests/compiler/dart2js/serialization/model4_test.dart
|
| copy to tests/compiler/dart2js/serialization/analysis4_test.dart
|
| index 5871fc2206b19b28f96fc02fa304fb1bed4a228f..ff5c1ac5c5e427b3041a5619f52c09d722d78a14 100644
|
| --- a/tests/compiler/dart2js/serialization/model4_test.dart
|
| +++ b/tests/compiler/dart2js/serialization/analysis4_test.dart
|
| @@ -2,9 +2,9 @@
|
| // 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 dart2js.serialization.model4_test;
|
| +library dart2js.serialization.analysis4_test;
|
|
|
| -import 'model_test_helper.dart' as test;
|
| +import 'analysis_test_helper.dart' as test;
|
| import 'test_helper.dart';
|
|
|
| main() {
|
|
|