We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cb06a commit cfce81fCopy full SHA for cfce81f
1 file changed
Tests/BitByteDataTests/XCTestManifests.swift
@@ -66,6 +66,7 @@ extension LsbBitReaderTests {
66
("testConvertedByteReader", testConvertedByteReader),
67
("testIntFromBits", testIntFromBits),
68
("testIsAligned", testIsAligned),
69
+ ("testIsFinished", testIsFinished),
70
("testSignedIntFromBits_1C", testSignedIntFromBits_1C),
71
("testSignedIntFromBits_2C", testSignedIntFromBits_2C),
72
("testSignedIntFromBits_Biased_E1023", testSignedIntFromBits_Biased_E1023),
@@ -125,6 +126,7 @@ extension MsbBitReaderTests {
125
126
127
128
129
130
131
132
0 commit comments