forked from flutter/flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The test `test/widgets/image_resolution_test.dart` has a test class implementing `ByteData`. Dart will make it a compile-time error to extend/implement/mix-in most of the types of `dart:typed_data` (breaking change: dart-lang/sdk#45115, implementation: https://dart-review.googlesource.com/c/sdk/+/192186), so this test needs to stop doing so. This is an attempt at a *minimal change* (because I am not familiar with the code at all). It's definitely possible to make other simplicifcations (like inlining the extension).
- Loading branch information
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters