| 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 6141cbb5c0bd571b090c07dea6b9238e861d2a53..194701093691909dc74c84eb6cbab53c14827120 100644
|
| --- a/tests/compiler/dart2js/serialization/compilation2_test.dart
|
| +++ b/tests/compiler/dart2js/serialization/compilation2_test.dart
|
| @@ -5,8 +5,8 @@
|
| library dart2js.serialization.compilation2_test;
|
|
|
| import 'compilation_test_helper.dart' as test;
|
| -import 'test_data.dart';
|
| +import 'test_helper.dart';
|
|
|
| main() {
|
| - test.main(['${TESTS.length ~/ 4}', '${2 * TESTS.length ~/ 4}']);
|
| + test.main(testSegment(2, test.SPLIT_COUNT, test.SKIP_COUNT));
|
| }
|
|
|