@@ -30,6 +30,7 @@ extension ByteReaderTests {
3030extension LsbBitReaderTests {
3131 static var allTests : [ ( String , ( LsbBitReaderTests ) -> ( ) -> Void ) ] {
3232 return [
33+ ( " testAdvance " , testAdvance) ,
3334 ( " testBit " , testBit) ,
3435 ( " testBits " , testBits) ,
3536 ( " testIntFromBits " , testIntFromBits) ,
@@ -57,6 +58,7 @@ extension LsbBitReaderTests {
5758extension MsbBitReaderTests {
5859 static var allTests : [ ( String , ( MsbBitReaderTests ) -> ( ) -> Void ) ] {
5960 return [
61+ ( " testAdvance " , testAdvance) ,
6062 ( " testBit " , testBit) ,
6163 ( " testBits " , testBits) ,
6264 ( " testIntFromBits " , testIntFromBits) ,
@@ -130,6 +132,7 @@ extension ByteReaderBenchmarks {
130132extension LsbBitReaderBenchmarks {
131133 static var allTests : [ ( String , ( LsbBitReaderBenchmarks ) -> ( ) -> Void ) ] {
132134 return [
135+ ( " testAdvance " , testAdvance) ,
133136 ( " testBit " , testBit) ,
134137 ( " testBits " , testBits) ,
135138 ( " testIntFromBits " , testIntFromBits) ,
@@ -144,6 +147,7 @@ extension LsbBitReaderBenchmarks {
144147extension MsbBitReaderBenchmarks {
145148 static var allTests : [ ( String , ( MsbBitReaderBenchmarks ) -> ( ) -> Void ) ] {
146149 return [
150+ ( " testAdvance " , testAdvance) ,
147151 ( " testBit " , testBit) ,
148152 ( " testBits " , testBits) ,
149153 ( " testIntFromBits " , testIntFromBits) ,
0 commit comments