| 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 52b0271e8168f7bdb7c6fb96cb85bc4edfcacd73..17926c666e33f9e5b9cc099726ff70768be520d2 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 = 2;
|
| +int SPLIT_COUNT = 4;
|
|
|
| main(List<String> args) {
|
| asyncTest(() async {
|
|
|