Chromium Code Reviews| Index: tests/standalone/io/test_utils.dart |
| diff --git a/tests/standalone/io/test_utils.dart b/tests/standalone/io/test_utils.dart |
| index 2dbaf977e4033d0d8fb66c40086e49f6d357bc2f..c8bf0cef0efb9538bebd3d566756e32997a341f3 100644 |
| --- a/tests/standalone/io/test_utils.dart |
| +++ b/tests/standalone/io/test_utils.dart |
| @@ -25,4 +25,3 @@ Future retry(Future fun(), {int maxCount: 10}) async { |
| } |
| return await fun(); |
| } |
| - |