| Index: pkg/unittest/lib/unittest.dart
|
| diff --git a/pkg/unittest/lib/unittest.dart b/pkg/unittest/lib/unittest.dart
|
| index b9369b2c1319f038207c3218025ceb5517ce8092..a705e0c1b1db7a9e90594f4d21e7876859a8061e 100644
|
| --- a/pkg/unittest/lib/unittest.dart
|
| +++ b/pkg/unittest/lib/unittest.dart
|
| @@ -828,10 +828,6 @@ String _fullSpec(String spec) {
|
| return _currentGroup != '' ? '$_currentGroup$groupSep$spec' : spec;
|
| }
|
|
|
| -void fail(String message) {
|
| - throw new TestFailure(message);
|
| -}
|
| -
|
| /**
|
| * Lazily initializes the test library if not already initialized.
|
| */
|
|
|