diff options
Diffstat (limited to 'tests/micropython/const.py')
-rw-r--r-- | tests/micropython/const.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/micropython/const.py b/tests/micropython/const.py index 1faf22be9..1c805a45f 100644 --- a/tests/micropython/const.py +++ b/tests/micropython/const.py @@ -1,4 +1,5 @@ # test constant optimisation +# This test will only work when MICROPY_COMP_CONST is enabled. from micropython import const |