Chromium Code Reviews| Index: test/test_common.dart |
| diff --git a/test/test_common.dart b/test/test_common.dart |
| index 93f45f33737c2a9c97334bf134bed6da8e96d58d..c360fe72cea0cb1dc1635ae9734c5d4d2c7b3f8d 100644 |
| --- a/test/test_common.dart |
| +++ b/test/test_common.dart |
| @@ -56,4 +56,3 @@ class _SimpleIterator implements Iterator<int> { |
| int get current => _current; |
| } |
| - |