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.
pull/7997/head
jc_.kim 2020-07-13 19:22:58 +09:00 zatwierdzone przez Damien George
rodzic 43d08688c3
commit 19f09414a6
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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