Chromium Code Reviews| Index: tests/compiler/dart2js/serialization/compilation1_test.dart |
| diff --git a/tests/compiler/dart2js/serialization/compilation1_test.dart b/tests/compiler/dart2js/serialization/compilation1_test.dart |
| index 8eb5f47793fa596ae22e9c025741170d3302b510..3244d79116f284a75eeebb451fd34f499931cc78 100644 |
| --- a/tests/compiler/dart2js/serialization/compilation1_test.dart |
| +++ b/tests/compiler/dart2js/serialization/compilation1_test.dart |
| @@ -8,5 +8,5 @@ import 'compilation_test_helper.dart' as test; |
| import 'test_data.dart'; |
| main() { |
| - test.main(['0', '${TESTS.length ~/ 2}']); |
| + test.main(['0', '${TESTS.length ~/ 4}']); |
|
Søren Gjesse
2016/06/29 11:32:14
What is this change about?
Bill Hesse
2016/06/29 12:10:27
johnniwinther split the compilation test, with man
|
| } |