| 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 3244d79116f284a75eeebb451fd34f499931cc78..e3f61762e59f4417ff320f90e56d1a64d5f82575 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 ~/ 4}']);
|
| + test.main(['1', '${TESTS.length ~/ 4}']);
|
| }
|
|
|