We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63dc37 commit 59a5540Copy full SHA for 59a5540
test/error_path_manager_timeout.jl
@@ -38,7 +38,7 @@ mktempdir() do tmpdir
38
expected_outer_ex_T = TaskFailedException
39
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
40
else
41
- expected_outer_ex_T = Base.IOError
+ expected_outer_ex_T = ErrorException
42
expected_inner_ex_INSTANCE = Base.IOError("hello world", 1)
43
end
44
0 commit comments