Skip to content

Commit

Permalink
Jive v0.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Jul 19, 2022
1 parent b8cd5d4 commit 9e2488e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["distributed", "test"]
license = "MIT"
desc = "some useful steps in tests"
authors = ["WooKyoung Noh <[email protected]>"]
version = "0.2.26"
version = "0.2.27"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
10 changes: 6 additions & 4 deletions test/test/test_time.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ module test_test_time

using Test

redirect_stdout(devnull) do
@time :ok
@time :ok
@time :ok
if VERSION >= v"1.6"
redirect_stdout(devnull) do
@time :ok
@time :ok
@time :ok
end
end

end # module test_test_time

0 comments on commit 9e2488e

Please sign in to comment.