Skip to content

Commit c7182fb

Browse files
committed
fixup! fixup! fix custom_record implementation
1 parent e42c9cb commit c7182fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ custom_record_init = quote
5555

5656
function inner()
5757
# generate a temporary module to execute the tests in
58-
mod = Core.eval(Main, Expr(:module, true, gensym(name)), Expr(:block))
58+
mod = Core.eval(Main, Expr(:module, true, gensym(name), Expr(:block)))
5959
@eval(mod, import ParallelTestRunner: Test, Random)
6060
@eval(mod, using .Test, .Random)
6161

0 commit comments

Comments
 (0)