Chromium Code Reviews| Index: pkg/unittest/core_matchers.dart |
| =================================================================== |
| --- pkg/unittest/core_matchers.dart (revision 13306) |
| +++ pkg/unittest/core_matchers.dart (working copy) |
| @@ -393,7 +393,7 @@ |
| * for each exception type. |
| */ |
| -/* abstract */ class ExceptionMatcher extends BaseMatcher { |
| +abstract class ExceptionMatcher extends BaseMatcher { |
| final String _name; |
| const ExceptionMatcher(this._name); |
| Description describe(Description description) => |