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:
jc_.kim 2020-07-13 19:22:58 +09:00 committed by Damien George
parent 43d08688c3
commit 19f09414a6
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# test constant optimisation
# This test will only work when MICROPY_COMP_CONST is enabled.
from micropython import const