We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5b6c0 commit 82ed758Copy full SHA for 82ed758
test/breakpoints.jl
@@ -101,7 +101,7 @@ end
101
breakpoint(String(method.file), method.line+1)
102
frame = JuliaInterpreter.enter_call(loop_radius2, 2)
103
ret = @interpret JuliaInterpreter.locals(frame)
104
- @test isa(ret, JuliaInterpreter.BreakpointRef)
+ @test isa(ret, Tuple{Frame,JuliaInterpreter.BreakpointRef})
105
# Test kwarg method
106
remove()
107
bp = breakpoint(tmppath, 3)
0 commit comments