We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a4cdf commit 0b6deb4Copy full SHA for 0b6deb4
test/error_path_intentionally_fail.jl
@@ -38,8 +38,8 @@ mktempdir() do tmpdir
38
test_result = @test_throws expected_outer_ex_T Distributed.addprocs(mgr)
39
40
cfg = ConfigForTestingTaskFailedException(;
41
- expected_outer_ex_T,
42
- expected_inner_ex_INSTANCE,
+ expected_outer_ex_T=expected_outer_ex_T,
+ expected_inner_ex_INSTANCE=expected_inner_ex_INSTANCE,
43
)
44
test_task_failed_exception(test_result, cfg)
45
end
0 commit comments