Chromium Code Reviews| Index: pkg/unittest/test/matchers_test.dart |
| =================================================================== |
| --- pkg/unittest/test/matchers_test.dart (revision 21975) |
| +++ pkg/unittest/test/matchers_test.dart (working copy) |
| @@ -30,7 +30,7 @@ |
| } |
| class HasPrice extends CustomMatcher { |
| - const HasPrice(matcher) : |
| + HasPrice(matcher) : |
| super("Widget with a price that is", "price", matcher); |
| featureValueOf(actual) => actual.price; |
| } |