| Index: tests/html/typed_arrays_dataview_test.dart
|
| diff --git a/tests/html/typed_arrays_dataview_test.dart b/tests/html/typed_arrays_dataview_test.dart
|
| index ebadb1af7dcf6ca8eac17021e184af9fde528126..54f3e3db46c8cd9b0700bb4e69eefef107084dcd 100644
|
| --- a/tests/html/typed_arrays_dataview_test.dart
|
| +++ b/tests/html/typed_arrays_dataview_test.dart
|
| @@ -11,7 +11,7 @@ main() {
|
| useHtmlConfiguration();
|
|
|
| // Only perform tests if ArrayBuffer is supported.
|
| - if (!ArrayBuffer.supported) {
|
| + if (!Supported.typeddata) {
|
| return;
|
| }
|
|
|
|
|