Skip to content

Commit

Permalink
Update test for Julia 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed May 21, 2024
1 parent a33a464 commit a996d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion test/reportgeneration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ const TEST_PKG = (name = "Example", uuid = UUID("7876af07-990d-54b4-ab0e-2369062
end

@testset "Complex Example" begin
test_file = if VERSION >= v"1.9.0-beta4.29" # https://github.com/JuliaLang/julia/pull/48526
test_file = if VERSION >= v"1.11-"
"references/complexexample.txt"
elseif VERSION >= v"1.9.0-beta4.29" # https://github.com/JuliaLang/julia/pull/48526
"references/complexexample_pre_1_11.txt"
elseif VERSION >= v"1.7.0"
"references/complexexample_pre_1_9.txt"
else
Expand Down

0 comments on commit a996d9a

Please sign in to comment.