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