Chromium Code Reviews| Index: tests/html/canvas_using_html_test.dart |
| =================================================================== |
| --- tests/html/canvas_using_html_test.dart (revision 8732) |
| +++ tests/html/canvas_using_html_test.dart (working copy) |
| @@ -52,6 +52,6 @@ |
| // FIXME: uncomment when numeric index getters are supported. |
| //var byte = bytes[0]; |
| - Expect.equals(40000, bytes.length); |
| + expect(bytes, hasLength(40000)); |
| }); |
| } |