| Index: tests/compiler/dart2js/serialization/compilation_test_helper.dart
|
| diff --git a/tests/compiler/dart2js/serialization/compilation_test_helper.dart b/tests/compiler/dart2js/serialization/compilation_test_helper.dart
|
| index 5eda517245de8ecefa6574274e6febecdb82cc43..0a44ce2e428c33bf95d17dd7886fce7a46a75e51 100644
|
| --- a/tests/compiler/dart2js/serialization/compilation_test_helper.dart
|
| +++ b/tests/compiler/dart2js/serialization/compilation_test_helper.dart
|
| @@ -17,7 +17,7 @@ import '../output_collector.dart';
|
| int SKIP_COUNT = 2;
|
|
|
| /// Number of groups that the [TESTS] are split into.
|
| -int SPLIT_COUNT = 4;
|
| +int SPLIT_COUNT = 5;
|
|
|
| main(List<String> args) {
|
| asyncTest(() async {
|
|
|