| Index: tests/compiler/dart2js/serialization/compilation2_test.dart
|
| diff --git a/tests/compiler/dart2js/serialization/compilation2_test.dart b/tests/compiler/dart2js/serialization/compilation2_test.dart
|
| index 65dc96d5c740c172094a1fbec614d3160def5629..6141cbb5c0bd571b090c07dea6b9238e861d2a53 100644
|
| --- a/tests/compiler/dart2js/serialization/compilation2_test.dart
|
| +++ b/tests/compiler/dart2js/serialization/compilation2_test.dart
|
| @@ -8,5 +8,5 @@ import 'compilation_test_helper.dart' as test;
|
| import 'test_data.dart';
|
|
|
| main() {
|
| - test.main(['${TESTS.length ~/ 2}']);
|
| + test.main(['${TESTS.length ~/ 4}', '${2 * TESTS.length ~/ 4}']);
|
| }
|
|
|