Chromium Code Reviews| Index: pkg/unittest/test/matchers_test.dart |
| =================================================================== |
| --- pkg/unittest/test/matchers_test.dart (revision 14690) |
| +++ pkg/unittest/test/matchers_test.dart (working copy) |
| @@ -48,6 +48,7 @@ |
| test('isFalse', () { |
| shouldPass(false, isFalse); |
| + shouldFail(10, isFalse, "Expected: false but: was <10>."); |
| shouldFail(true, isFalse, "Expected: false but: was <true>."); |
| }); |