| Index: tests/dom/typed_arrays_4_test.dart
|
| diff --git a/tests/dom/typed_arrays_4_test.dart b/tests/dom/typed_arrays_4_test.dart
|
| index a72f377ec63eff8bd39128e6ef3a52daa686dd6f..b4c6e72821e8e4ced343d0d0364d7ec3b823330d 100644
|
| --- a/tests/dom/typed_arrays_4_test.dart
|
| +++ b/tests/dom/typed_arrays_4_test.dart
|
| @@ -55,7 +55,6 @@ main() {
|
| Expect.equals(512 + 50, a1.lastIndexOf(50, 768 + 50 - 1));
|
| });
|
|
|
| - if (false)
|
| test('indexOfClamped_typed', () {
|
| Uint8ClampedArray a1 = new Uint8ClampedArray(1024);
|
| for (int i = 0; i < a1.length; i++) {
|
|
|