| Index: tests/compiler/dart2js/serialization/model0_test.dart
|
| diff --git a/tests/compiler/dart2js/serialization/model0_test.dart b/tests/compiler/dart2js/serialization/model0_test.dart
|
| index 39245e5cdfbe17a65ded0f4635d1f39353a86794..c4ef537e721ac57c6c3ef62d0a29e5895acacf4a 100644
|
| --- a/tests/compiler/dart2js/serialization/model0_test.dart
|
| +++ b/tests/compiler/dart2js/serialization/model0_test.dart
|
| @@ -5,8 +5,8 @@
|
| library dart2js.serialization.model0_test;
|
|
|
| import 'model_test_helper.dart' as test;
|
| -import 'test_data.dart';
|
| +import 'test_helper.dart';
|
|
|
| main() {
|
| - test.main(['0', '0']);
|
| + test.main(testSkipped(0, test.SKIP_COUNT));
|
| }
|
|
|