From 19f09414a624914b29188b23f9d0da7d4b04e358 Mon Sep 17 00:00:00 2001 From: "jc_.kim" Date: Mon, 13 Jul 2020 19:22:58 +0900 Subject: [PATCH] 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. --- tests/micropython/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/micropython/const.py b/tests/micropython/const.py index 1faf22be9a..1c805a45f9 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