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.
This commit is contained in:
parent
43d08688c3
commit
19f09414a6
@ -1,4 +1,5 @@
|
||||
# test constant optimisation
|
||||
# This test will only work when MICROPY_COMP_CONST is enabled.
|
||||
|
||||
from micropython import const
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user