Index: pkg/unittest/test/unittest_protect_async_test.dart |
diff --git a/pkg/unittest/test/unittest_protect_async_test.dart b/pkg/unittest/test/unittest_protect_async_test.dart |
index 34b5db3db548d90681a2b00f993bc582882cb134..12ded3cecd0b03be67db1b7e7ac18ba92969f018 100644 |
--- a/pkg/unittest/test/unittest_protect_async_test.dart |
+++ b/pkg/unittest/test/unittest_protect_async_test.dart |
@@ -37,7 +37,7 @@ var testFunction = (_) { |
}; |
var expected = '1:0:3:4:0:::null:' |
- 'protectAsync0:Callback called (1) after test case protectAsync0 has already been marked as pass.:' |
- 'protectAsync1:Callback called (1) after test case protectAsync1 has already been marked as pass.:' |
- 'protectAsync2:Callback called (1) after test case protectAsync2 has already been marked as pass.:' |
+ 'protectAsync0:Caught Bad state: error during protectAsync0:' |
+ 'protectAsync1:Caught Bad state: error during protectAsync1: one arg:' |
+ 'protectAsync2:Caught Bad state: error during protectAsync2: arg1, arg2:' |
'throw away 1:'; |