Chromium Code Reviews| Index: tests/lib/async/catch_errors15_test.dart |
| diff --git a/tests/lib/async/catch_errors15_test.dart b/tests/lib/async/catch_errors15_test.dart |
| index e76a070849d3303775ab21e870166fef86e7ff7d..7e1219dc2f8770659d3fef905d970b8097600984 100644 |
| --- a/tests/lib/async/catch_errors15_test.dart |
| +++ b/tests/lib/async/catch_errors15_test.dart |
| @@ -36,6 +36,8 @@ main() { |
| "after inner", |
| "main exit", |
| "i catch error", |
| + // We guarantee the order of one stream but not any |
| + // global order. |
|
Lasse Reichstein Nielsen
2013/09/05 09:17:25
Why then are we testing the exact order here?
How
floitsch
2013/09/05 09:23:08
I could, but this was just easier.
I don't expect
|
| "o inner throw", |
| "i future error", |
| "i future error2", |