Skip to content

Commit

Permalink
1.6 has a different term ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Oct 4, 2023
1 parent f9ea3a6 commit f2d80b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ end
@safetestset "FuncAffect Test" include("funcaffect.jl")
@safetestset "Constants Test" include("constants.jl")
# Reference tests go Last
@safetestset "Latexify recipes Test" include("latexify.jl")
if VERSION >= v"1.9"
@safetestset "Latexify recipes Test" include("latexify.jl")
end

0 comments on commit f2d80b0

Please sign in to comment.