Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Nov 5, 2023
1 parent 69ee566 commit ef06480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/threads/test_examples_tutorial_parallel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ using LiterateTest.AssertAsTest: @assert
# * https://github.com/JuliaLang/julia/commit/961907977a57ae7b72ddb374e63341f3633a0f0a
if VERSION >= v"1.2"
if VERSION < v"1.11-"
# There's a bug in early versions of v.1.11 that cause this to segfault due to try-catch blocks getting elided
# Should be fixed in https://github.com/JuliaLang/julia/pull/51853
# There's a bug in early versions of v.1.11 that cause this to segfault
# Issue to track is https://github.com/JuliaLang/julia/issues/52032
include("../../examples/tutorial_parallel.jl")
else
@warn "Skipping tests on ../../examples/tutorial_parallel.jl due to a bug.\nPlease check and see if https://github.com/JuliaLang/julia/pull/51853 resolves this issue once it merges."
@warn "Skipping tests on ../../examples/tutorial_parallel.jl due to a bug.\nPlease check and see if https://github.com/JuliaLang/julia/issues/52032 is fixed, and if so, re-enable this test"
end
end

Expand Down

0 comments on commit ef06480

Please sign in to comment.