Skip to content

Commit 4451e13

Browse files
remove @time from tests (#121)
* remove `@time` from tests * Update test/runtests.jl
1 parent 8fa221d commit 4451e13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,4 @@ end
182182
@test SHA.shake256(b"",UInt(32)) == hex2bytes("46b9dd2b0ba88d13233b3feb743eeb243fcd52ea62b81b82b50c27646ed5762f")
183183
@test SHA.shake256(codeunits("0"^135),UInt(32)) == hex2bytes("ab11f61b5085a108a58670a66738ea7a8d8ce23b7c57d64de83eaafb10923cf8")
184184
end
185-
@time SHA.shake256(b"abc",UInt(100000))
186-
@time SHA.shake128(b"abc",UInt(100000))
187185
end

0 commit comments

Comments
 (0)