Index: lib/unittest/string_matchers.dart |
=================================================================== |
--- lib/unittest/string_matchers.dart (revision 8828) |
+++ lib/unittest/string_matchers.dart (working copy) |
@@ -178,7 +178,7 @@ |
// String matchers match against a string. We add this intermediate |
// class to give better mismatch error messages than the base Matcher class. |
-/*abstract*/ class _StringMatcher extends BaseMatcher { |
+/* abstract */ class _StringMatcher extends BaseMatcher { |
const _StringMatcher(); |
Description describeMismatch(item, Description mismatchDescription) { |
if (!(item is String)) { |