| Index: dart/tests/language/multi_pass_a.dart
|
| diff --git a/dart/tests/language/multi_pass_a.dart b/dart/tests/language/multi_pass_a.dart
|
| index fe551da091b99fa372cd0f083ec09867d8d04076..05f41899fa6c03a29e3266c76c0272cc9d4a0d5a 100644
|
| --- a/dart/tests/language/multi_pass_a.dart
|
| +++ b/dart/tests/language/multi_pass_a.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
| // Dart test for loading several dart files and resolving superclasses lazily.
|
| -part of MultiPass2Test;
|
| +
|
|
|
| class A extends Base {
|
| A(v) : super(v) {}
|
|
|