| Index: tests/compiler/dart2js/serialization/model0_test.dart
|
| diff --git a/tests/compiler/dart2js/serialization/model0_test.dart b/tests/compiler/dart2js/serialization/model0_test.dart
|
| index 39245e5cdfbe17a65ded0f4635d1f39353a86794..1cccc2ae333b770cdf11cc6089eb7514ac4efde2 100644
|
| --- a/tests/compiler/dart2js/serialization/model0_test.dart
|
| +++ b/tests/compiler/dart2js/serialization/model0_test.dart
|
| @@ -6,7 +6,8 @@ library dart2js.serialization.model0_test;
|
|
|
| import 'model_test_helper.dart' as test;
|
| import 'test_data.dart';
|
| +import 'test_helper.dart';
|
|
|
| main() {
|
| - test.main(['0', '0']);
|
| + test.main(testSegment(0, test.SPLIT_COUNT, test.SKIP_COUNT));
|
| }
|
|
|