| 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..79284cfefd9ab400a17420e8962dc453b0c53ced 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 (!Supported.typeddata) {
|
| return;
|
| }
|
|
|
|
|