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 2a20f37 commit 02dd90eCopy full SHA for 02dd90e
graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/debug/PythonDebugTest.java
@@ -168,7 +168,7 @@ public void testSteppingAsExpected() throws Throwable {
168
});
169
expectSuspended((SuspendedEvent event) -> {
170
DebugStackFrame frame = event.getTopStackFrame();
171
- assertEquals(9, frame.getSourceSection().getStartLine());
+ assertEquals(8, frame.getSourceSection().getStartLine());
172
event.prepareStepOut(1);
173
174
0 commit comments