There was an error while loading. Please reload this page.
1 parent 776e049 commit c3bf29eCopy full SHA for c3bf29e
1 file changed
test/runtests.jl
@@ -55,7 +55,7 @@ custom_record_init = quote
55
56
function inner()
57
# generate a temporary module to execute the tests in
58
- mod = Core.eval(Main, Expr(:module, true, gensym(name)), Expr(:block))
+ mod = Core.eval(Main, Expr(:module, true, gensym(name), Expr(:block)))
59
@eval(mod, import ParallelTestRunner: Test, Random)
60
@eval(mod, using .Test, .Random)
61
0 commit comments