Skip to content

Commit

Permalink
broken tests now pass on 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Mar 11, 2020
1 parent 3e161cf commit d7bf6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/name_core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ end
end
@testset "allocations: unify_names_*" begin
for unify in (unify_names, unify_names_longest, unify_names_shortest)
if VERSION >= v"1.2"
if VERSION >= v"1.1"
@test 0 == @ballocated (()->$unify((:a, :b), (:a, :_)))()
else
@test_broken 0 == @ballocated (()->$unify((:a, :b), (:a, :_)))()
Expand Down

0 comments on commit d7bf6df

Please sign in to comment.