Skip to content

Commit f2d80b0

Browse files
committed
1.6 has a different term ordering
1 parent f9ea3a6 commit f2d80b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ end
5656
@safetestset "FuncAffect Test" include("funcaffect.jl")
5757
@safetestset "Constants Test" include("constants.jl")
5858
# Reference tests go Last
59-
@safetestset "Latexify recipes Test" include("latexify.jl")
59+
if VERSION >= v"1.9"
60+
@safetestset "Latexify recipes Test" include("latexify.jl")
61+
end

0 commit comments

Comments
 (0)