Skip to content

Commit

Permalink
fix parallel test with inline=no
Browse files Browse the repository at this point in the history
close #16714
  • Loading branch information
vtjnash committed Jul 11, 2016
1 parent a862723 commit b0575c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ let ex
try
remotecall_fetch(id_other) do
@eval module AModuleLocalToOther
foo() = error("A.error")
foo() = throw(ErrorException("A.error"))
foo()
end
end
Expand Down

0 comments on commit b0575c0

Please sign in to comment.