mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
xxhash: typo.
This commit is contained in:
@@ -186,7 +186,7 @@ test_xxhash_vectors :: proc(t: ^testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.println("Verifying against XXHASH_TEST_VECTOR_SEEDED:")
|
fmt.println("Verifying against XXHASH_TEST_VECTOR_SECRET:")
|
||||||
for secret, table in XXHASH_TEST_VECTOR_SECRET {
|
for secret, table in XXHASH_TEST_VECTOR_SECRET {
|
||||||
fmt.printf("\tSecret:\n\t\t\"%v\"\n", secret)
|
fmt.printf("\tSecret:\n\t\t\"%v\"\n", secret)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user