Skip to content

Commit 19f0941

Browse files
jeongchanKimdpgeorge
authored andcommitted
tests/micropython/const.py: Add comment about required config for test.
Expected result of const.py will be matched only when MICROPY_COMP_CONST is enabled. For easy understanding, added description at the first of the test code.
1 parent 43d0868 commit 19f0941

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/micropython/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# test constant optimisation
2+
# This test will only work when MICROPY_COMP_CONST is enabled.
23

34
from micropython import const
45

0 commit comments

Comments
 (0)