| Index: tests/html/typed_arrays_arraybuffer_test.dart
|
| diff --git a/tests/html/typed_arrays_arraybuffer_test.dart b/tests/html/typed_arrays_arraybuffer_test.dart
|
| index 21fbc7a5e4799b963eb21c54b5f594b4a666e8ec..1a2bd2136ba6b83b7d9403680a81bf24ebd9be3b 100644
|
| --- a/tests/html/typed_arrays_arraybuffer_test.dart
|
| +++ b/tests/html/typed_arrays_arraybuffer_test.dart
|
| @@ -11,7 +11,7 @@ main() {
|
| useHtmlConfiguration();
|
|
|
| // Only perform tests if ArrayBuffer is supported.
|
| - if (!ArrayBuffer.supported) {
|
| + if (!Platform.supportsTypedData) {
|
| return;
|
| }
|
|
|
|
|