Skip to content

Commit

Permalink
dart-lang#2119. Remove unused code, add issues numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov committed Feb 9, 2024
1 parent 80711f4 commit b74e09e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ test(ChunkedConversionSink create(ChunkedConversionSink<List<int>> outSink)) {
bool called = false;
Utf8Codec codec = new Utf8Codec();
var encoded = codec.encode("Кириллица");
Utf8Decoder decoder = new Utf8Decoder();

var outSink = new ChunkedConversionSink<List<int>>.withCallback((accumulated) {
called = true;
Expand Down
1 change: 1 addition & 0 deletions LibTest/typed_data/Float32List/setRange_A06_t01.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/// @description Checks that it is a run time error if run-time type of the
/// `iterable` is not subtype of this list. Test data of the same size
/// @author sgrekhov22@gmail.com
/// @issue 53945
import "dart:typed_data";
import "../../../Utils/expect.dart";
Expand Down
1 change: 1 addition & 0 deletions LibTest/typed_data/Float64List/setRange_A06_t01.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/// @description Checks that it is a run time error if run-time type of the
/// `iterable` is not subtype of this list. Test list elements of the same size
/// @author sgrekhov22@gmail.com
/// @issue 53945
import "dart:typed_data";
import "../../../Utils/expect.dart";
Expand Down

0 comments on commit b74e09e

Please sign in to comment.