| 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 4dd03c3e31f9e78573197d7b873027be08326c4e..52b0271e8168f7bdb7c6fb96cb85bc4edfcacd73 100644
|
| --- a/tests/compiler/dart2js/serialization/analysis_test_helper.dart
|
| +++ b/tests/compiler/dart2js/serialization/analysis_test_helper.dart
|
| @@ -14,6 +14,12 @@ import '../memory_compiler.dart';
|
| import 'helper.dart';
|
| import 'test_data.dart';
|
|
|
| +/// Number of tests that are not part of the automatic test grouping.
|
| +int SKIP_COUNT = 0;
|
| +
|
| +/// Number of groups that the [TESTS] are split into.
|
| +int SPLIT_COUNT = 2;
|
| +
|
| main(List<String> args) {
|
| asyncTest(() async {
|
| Arguments arguments = new Arguments.from(args);
|
|
|