Chromium Code Reviews| Index: pkg/unittest/unittest.dart |
| =================================================================== |
| --- pkg/unittest/unittest.dart (revision 13306) |
| +++ pkg/unittest/unittest.dart (working copy) |
| @@ -816,7 +816,7 @@ |
| return _currentGroup != '' ? '$_currentGroup$groupSep$spec' : spec; |
| } |
| -void _fail(String message) { |
| +void fail(String message) { |
| throw new ExpectException(message); |
| } |