Skip to content

Commit

Permalink
Fix test for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serenity4 committed Dec 29, 2021
1 parent 6504964 commit f3840bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/match.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@
val = @trymatch true begin
::Int => 1
end
@test isnothing(val)
@test val === nothing
end
end

0 comments on commit f3840bc

Please sign in to comment.