Chromium Code Reviews| Index: tests/corelib/iterable_return_type_test.dart |
| diff --git a/tests/corelib/iterable_return_type_test.dart b/tests/corelib/iterable_return_type_test.dart |
| index 023384ec54a7edd5c6f951347787b5fdf9f9aea5..67d996eb489e9b2aab4d316b7e807c09f495e62f 100644 |
| --- a/tests/corelib/iterable_return_type_test.dart |
| +++ b/tests/corelib/iterable_return_type_test.dart |
| @@ -64,7 +64,7 @@ main() { |
| // Typed lists. |
| testList(new Uint8List(1)..[0] = 1); /// 01: ok |
|
sra1
2017/03/21 01:43:47
//
Jacob
2017/03/21 02:25:34
Done.
|
| - testList(new Int8List(1)..[0] = 1); /// 01: continued |
| + testList(new Int8List(1)..[0] = 1); // /// 01: continued |
| testList(new Uint16List(1)..[0] = 1); /// 01: continued |
| testList(new Int16List(1)..[0] = 1); /// 01: continued |
| testList(new Uint32List(1)..[0] = 1); /// 01: continued |