| Index: tests/compiler/dart2js/serialization/compilation4_test.dart
|
| diff --git a/tests/compiler/dart2js/serialization/compilation2_test.dart b/tests/compiler/dart2js/serialization/compilation4_test.dart
|
| similarity index 76%
|
| copy from tests/compiler/dart2js/serialization/compilation2_test.dart
|
| copy to tests/compiler/dart2js/serialization/compilation4_test.dart
|
| index 65dc96d5c740c172094a1fbec614d3160def5629..7e2dc7cba91f780140e12f126e6acc4fcca01d65 100644
|
| --- a/tests/compiler/dart2js/serialization/compilation2_test.dart
|
| +++ b/tests/compiler/dart2js/serialization/compilation4_test.dart
|
| @@ -2,11 +2,11 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library dart2js.serialization.compilation2_test;
|
| +library dart2js.serialization.compilation4_test;
|
|
|
| import 'compilation_test_helper.dart' as test;
|
| import 'test_data.dart';
|
|
|
| main() {
|
| - test.main(['${TESTS.length ~/ 2}']);
|
| + test.main(['${3 * TESTS.length ~/ 4}']);
|
| }
|
|
|