Index: pkg/unittest/test/unittest_test.dart |
=================================================================== |
--- pkg/unittest/test/unittest_test.dart (revision 19087) |
+++ pkg/unittest/test/unittest_test.dart (working copy) |
@@ -370,7 +370,7 @@ |
buildStatusString(1, 0, 0, tests[0]), |
buildStatusString(0, 1, 0, tests[1], |
message: 'Expected: <5> but: was <4>.'), |
- buildStatusString(0, 1, 0, tests[2], message: 'Caught Exception: Fail.'), |
+ buildStatusString(0, 1, 0, tests[2], message: 'Fail.'), |
buildStatusString(2, 0, 0, 'a a::a b b'), |
buildStatusString(1, 0, 0, 'a ${tests[4]}', count: 0, setup: 'setup'), |
buildStatusString(1, 0, 0, 'a ${tests[5]}', count: 0, setup: '', |