test(QMCv2): add case mflac_rc4

This commit is contained in:
MengYX
2022-01-09 06:21:35 +08:00
parent def2925900
commit 42d658625f
8 changed files with 40 additions and 26 deletions

View File

@ -32,6 +32,7 @@ func TestMflac0Decoder_Read(t *testing.T) {
wantErr bool
}{
{"mflac0_rc4", false},
{"mflac_rc4", false},
{"mflac_map", false},
{"mgg_map", false},
{"qmc0_static", false},