Skip to content

Commit 2ec352f

Browse files
authored
#2119. Remove unused code, add issues numbers (#2534)
1 parent 4f884c0 commit 2ec352f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

LibTest/convert/ChunkedConversionSink/close_A01_t01.test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ test(ChunkedConversionSink create(ChunkedConversionSink<List<int>> outSink)) {
2020
bool called = false;
2121
Utf8Codec codec = new Utf8Codec();
2222
var encoded = codec.encode("Кириллица");
23-
Utf8Decoder decoder = new Utf8Decoder();
2423

2524
var outSink = new ChunkedConversionSink<List<int>>.withCallback((accumulated) {
2625
called = true;

LibTest/typed_data/Float32List/setRange_A06_t01.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// @description Checks that it is a run time error if run-time type of the
1414
/// `iterable` is not subtype of this list. Test data of the same size
1515
/// @author [email protected]
16+
/// @issue 53945
1617
1718
import "dart:typed_data";
1819
import "../../../Utils/expect.dart";

LibTest/typed_data/Float64List/setRange_A06_t01.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// @description Checks that it is a run time error if run-time type of the
1414
/// `iterable` is not subtype of this list. Test list elements of the same size
1515
/// @author [email protected]
16+
/// @issue 53945
1617
1718
import "dart:typed_data";
1819
import "../../../Utils/expect.dart";

0 commit comments

Comments
 (0)