| Index: pkg/unittest/lib/src/interfaces.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/src/interfaces.dart (revision 19164)
|
| +++ pkg/unittest/lib/src/interfaces.dart (working copy)
|
| @@ -79,7 +79,7 @@
|
|
|
| /**
|
| * Failed matches are reported using a default IFailureHandler.
|
| - * The default implementation simply throws ExpectExceptions;
|
| + * The default implementation simply throws [TestFailure]s;
|
| * this can be replaced by some other implementation of
|
| * IFailureHandler by calling configureExpectHandler.
|
| */
|
|
|