Skip to content

Commit 02dd90e

Browse files
committed
adapt debug test
1 parent 2a20f37 commit 02dd90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/debug/PythonDebugTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public void testSteppingAsExpected() throws Throwable {
168168
});
169169
expectSuspended((SuspendedEvent event) -> {
170170
DebugStackFrame frame = event.getTopStackFrame();
171-
assertEquals(9, frame.getSourceSection().getStartLine());
171+
assertEquals(8, frame.getSourceSection().getStartLine());
172172
event.prepareStepOut(1);
173173
});
174174
expectSuspended((SuspendedEvent event) -> {

0 commit comments

Comments
 (0)