Skip to content

Commit cfce81f

Browse files
committed
Regenerate linuxmain
1 parent b2cb06a commit cfce81f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tests/BitByteDataTests/XCTestManifests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ extension LsbBitReaderTests {
6666
("testConvertedByteReader", testConvertedByteReader),
6767
("testIntFromBits", testIntFromBits),
6868
("testIsAligned", testIsAligned),
69+
("testIsFinished", testIsFinished),
6970
("testSignedIntFromBits_1C", testSignedIntFromBits_1C),
7071
("testSignedIntFromBits_2C", testSignedIntFromBits_2C),
7172
("testSignedIntFromBits_Biased_E1023", testSignedIntFromBits_Biased_E1023),
@@ -125,6 +126,7 @@ extension MsbBitReaderTests {
125126
("testConvertedByteReader", testConvertedByteReader),
126127
("testIntFromBits", testIntFromBits),
127128
("testIsAligned", testIsAligned),
129+
("testIsFinished", testIsFinished),
128130
("testSignedIntFromBits_1C", testSignedIntFromBits_1C),
129131
("testSignedIntFromBits_2C", testSignedIntFromBits_2C),
130132
("testSignedIntFromBits_Biased_E1023", testSignedIntFromBits_Biased_E1023),

0 commit comments

Comments
 (0)