Chromium Code Reviews| Index: tests/html/typed_arrays_3_test.dart |
| diff --git a/tests/html/typed_arrays_3_test.dart b/tests/html/typed_arrays_3_test.dart |
| index 682b09e57d1d84647b30f6381849b193ccd02f45..c5dc3fddc318ca4e1777a351a413d37e0142745e 100644 |
| --- a/tests/html/typed_arrays_3_test.dart |
| +++ b/tests/html/typed_arrays_3_test.dart |
| @@ -11,7 +11,7 @@ main() { |
| useHtmlConfiguration(); |
| // Only perform tests if ArrayBuffer is supported. |
| - if (!ArrayBuffer.supported) { |
| + if (!Supported.typeddata) { |
| return; |
| } |