Skip to content

Commit

Permalink
rewrite because of patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Feb 21, 2024
1 parent 00f3c4b commit 4254c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ end

@testset "invalid single arg versions" begin
# empty
if VERSION != v"1.0" # weird interaction with test macros
if !(VERSION < v"1.1") # weird interaction with test macros in 1.0
@test_throws LoadError eval(quote
@chain begin
end
Expand Down

0 comments on commit 4254c94

Please sign in to comment.