Skip to content

Commit 68db3d6

Browse files
committed
fixup! Move REPL support into a package extension
1 parent 99fcfdb commit 68db3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/start_late.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ while !isdefined(Base, :active_repl_backend) || isnothing(Base.active_repl_backe
1212
sleep(0.5)
1313
end
1414

15-
using Revise
15+
using Revise, REPL
1616
@test Revise.revise_first Base.active_repl_backend.ast_transforms
1717

1818
exit()

0 commit comments

Comments
 (0)