| Index: tests/compiler/dart2js/serialization/compilation4_test.dart
|
| diff --git a/tests/compiler/dart2js/serialization/compilation4_test.dart b/tests/compiler/dart2js/serialization/compilation4_test.dart
|
| index 7e2dc7cba91f780140e12f126e6acc4fcca01d65..809f62b929e42b4da15672ec2b8f84c1ff6be6e2 100644
|
| --- a/tests/compiler/dart2js/serialization/compilation4_test.dart
|
| +++ b/tests/compiler/dart2js/serialization/compilation4_test.dart
|
| @@ -5,8 +5,8 @@
|
| library dart2js.serialization.compilation4_test;
|
|
|
| import 'compilation_test_helper.dart' as test;
|
| -import 'test_data.dart';
|
| +import 'test_helper.dart';
|
|
|
| main() {
|
| - test.main(['${3 * TESTS.length ~/ 4}']);
|
| + test.main(testSegment(4, test.SPLIT_COUNT, test.SKIP_COUNT));
|
| }
|
|
|