Update tests

This commit is contained in:
gingerBill
2022-01-20 20:08:24 +00:00
parent f2f20def37
commit 6223f48c3f
2 changed files with 2 additions and 2 deletions
@@ -308,7 +308,7 @@ test_x25519 :: proc(t: ^testing.T) {
test_rand_bytes :: proc(t: ^testing.T) {
log(t, "Testing rand_bytes")
if ODIN_OS != "linux" {
if ODIN_OS != .Linux {
log(t, "rand_bytes not supported - skipping")
return
}