| Index: tests/compiler/dart2js/serialization/compilation3_test.dart
|
| diff --git a/tests/compiler/dart2js/serialization/compilation3_test.dart b/tests/compiler/dart2js/serialization/compilation3_test.dart
|
| index c168f223d9c48880b1a92ea83fbc918a2c47b06b..838998bb74f4edd3952897a53def781a59f6e3ef 100644
|
| --- a/tests/compiler/dart2js/serialization/compilation3_test.dart
|
| +++ b/tests/compiler/dart2js/serialization/compilation3_test.dart
|
| @@ -6,7 +6,8 @@ library dart2js.serialization.compilation3_test;
|
|
|
| import 'compilation_test_helper.dart' as test;
|
| import 'test_data.dart';
|
| +import 'test_helper.dart';
|
|
|
| main() {
|
| - test.main(['${2 * TESTS.length ~/ 4}', '${3 * TESTS.length ~/ 4}']);
|
| + test.main(testSegment(3, test.SPLIT_COUNT, test.SKIP_COUNT));
|
| }
|
|
|