| Index: tests/compiler/dart2js/serialization/model1_test.dart
|
| diff --git a/tests/compiler/dart2js/serialization/model1_test.dart b/tests/compiler/dart2js/serialization/model1_test.dart
|
| index 95822748aebf9dc284826c6738492885f324eb0b..414ef5c9433abc821f4e86c82c5c2980aaa27ef9 100644
|
| --- a/tests/compiler/dart2js/serialization/model1_test.dart
|
| +++ b/tests/compiler/dart2js/serialization/model1_test.dart
|
| @@ -8,5 +8,5 @@ import 'model_test_helper.dart' as test;
|
| import 'test_data.dart';
|
|
|
| main() {
|
| - test.main(['0', '${TESTS.length ~/ 2}']);
|
| + test.main(['1', '${TESTS.length ~/ 2}']);
|
| }
|
|
|