Chromium Code Reviews| Index: tests/lib/async/run_zoned6_test.dart |
| diff --git a/tests/lib/async/run_zoned6_test.dart b/tests/lib/async/run_zoned6_test.dart |
| index 34efae57eb74761bcc56361c1cb65bae6e01ae0f..555ef195c50d9d671abdd1aacca231e41584af5b 100644 |
| --- a/tests/lib/async/run_zoned6_test.dart |
| +++ b/tests/lib/async/run_zoned6_test.dart |
| @@ -16,11 +16,11 @@ main() { |
| Expect.equals(0, e); |
| if (false) /// 01: runtime error |
|
sra1
2017/03/21 03:01:09
fix
|
| asyncEnd(); |
| - throw e; /// 01: runtime error |
| + throw e; // /// 01: runtime error |
| }); |
| } catch (e) { |
| // We should never see an error here. |
| - if (false) /// 01: continued |
| + if (false) // /// 01: continued |
| rethrow; |
| } |
| } |