Skip to content

Commit bc5bffb

Browse files
committed
tests/micropython/opt_level: Clarify the expected output for opt_level == 3.
1 parent 53018d5 commit bc5bffb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/micropython/opt_level.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
exec('assert 0')
1515

1616
# check that level 3 doesn't store line numbers
17+
# the expected output is that any line is printed as "line 1"
1718
micropython.opt_level(3)
1819
exec('try:\n xyz\nexcept NameError as er:\n import sys\n sys.print_exception(er)')

0 commit comments

Comments
 (0)