Skip to content

Commit bcda7c1

Browse files
committed
fix path for toplevel_script parsing
1 parent 02deb93 commit bcda7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/toplevel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end
5555
module Toplevel end
5656

5757
@testset "toplevel" begin
58-
modexs, _ = JuliaInterpreter.split_expressions(Toplevel, read_and_parse("toplevel_script.jl"))
58+
modexs, _ = JuliaInterpreter.split_expressions(Toplevel, read_and_parse(joinpath(@__DIR__, "toplevel_script.jl")))
5959
for modex in modexs
6060
frame = JuliaInterpreter.prepare_thunk(modex)
6161
while true

0 commit comments

Comments
 (0)