Skip to content

Commit 27c1b24

Browse files
committed
update test linenumbers
1 parent 162860b commit 27c1b24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def test_filename():
5050

5151

5252
def test_firstlineno():
53-
assert a_function.__code__.co_firstlineno == 38
53+
assert a_function.__code__.co_firstlineno == 40

graalpython/com.oracle.graal.python.test/src/tests/test_frame_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# This test checks that lineno works on frames,
4545
# it MUST stay on this line!
4646
def test_lineno():
47-
assert sys._getframe(0).f_lineno == 45
47+
assert sys._getframe(0).f_lineno == 47
4848

4949

5050
def test_read_and_write_locals():

0 commit comments

Comments
 (0)