Chromium Code Reviews| 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:' |
|
Siggi Cherem (dart-lang)
2014/02/04 02:20:05
can we combine this with the old message? I think
kevmoo
2014/02/04 02:26:18
Good idea. I'll look into it.
kevmoo
2014/02/04 17:52:26
I added a TODO around this. We need to do a better
Siggi Cherem (dart-lang)
2014/02/04 17:59:36
Is there a way to fix this part here to show the o
|
| 'throw away 1:'; |