summaryrefslogtreecommitdiff
path: root/tests/feature_check/const.py
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-04-02 22:51:31 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-04-02 22:52:18 +0300
commitb099aeb3ca5ff8bc6ab59f90f4e61a08e7d88e1e (patch)
treeedba3ba2f52a3c26dd63455d92874af7a7abef9d /tests/feature_check/const.py
parentb9e9cfcfc1fd8e912f0e76cfe6a90c24b8f461ba (diff)
run-tests: Add feature check for "const" keyword and skip related tests.
Diffstat (limited to 'tests/feature_check/const.py')
-rw-r--r--tests/feature_check/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/feature_check/const.py b/tests/feature_check/const.py
new file mode 100644
index 000000000..db32e8c69
--- /dev/null
+++ b/tests/feature_check/const.py
@@ -0,0 +1 @@
+x = const(1)