From b099aeb3ca5ff8bc6ab59f90f4e61a08e7d88e1e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 2 Apr 2017 22:51:31 +0300 Subject: run-tests: Add feature check for "const" keyword and skip related tests. --- tests/feature_check/const.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/feature_check/const.py (limited to 'tests/feature_check/const.py') 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) -- cgit v1.2.3