Skip to content

Commit

Permalink
fix bug #2
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Nov 6, 2023
1 parent daa8f0a commit 53ae6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base64_arm64_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func TestUrlDecodeSIMD(t *testing.T) {
src := []byte(p.encoded)
dst := make([]byte, len(expected))

ret := decodeAsm(dst, src, &dencodeStdLut)
ret := decodeAsm(dst, src, &dencodeUrlLut)
if ret == len(src) {
t.Fatal("should return decode")
}
Expand Down

0 comments on commit 53ae6ee

Please sign in to comment.