| Index: tests/compiler/dart2js/serialization/model1_test.dart
|
| diff --git a/tests/compiler/dart2js/serialization/model1_test.dart b/tests/compiler/dart2js/serialization/model1_test.dart
|
| index 414ef5c9433abc821f4e86c82c5c2980aaa27ef9..0eb4a3c1e8b924ead82d55b7048aa6c077bce30a 100644
|
| --- a/tests/compiler/dart2js/serialization/model1_test.dart
|
| +++ b/tests/compiler/dart2js/serialization/model1_test.dart
|
| @@ -6,7 +6,8 @@ library dart2js.serialization.model1_test;
|
|
|
| import 'model_test_helper.dart' as test;
|
| import 'test_data.dart';
|
| +import 'test_helper.dart';
|
|
|
| main() {
|
| - test.main(['1', '${TESTS.length ~/ 2}']);
|
| + test.main(testSegment(1, test.SPLIT_COUNT, test.SKIP_COUNT));
|
| }
|
|
|