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 + tests/feature_check/const.py.exp | 0 2 files changed, 1 insertion(+) create mode 100644 tests/feature_check/const.py create mode 100644 tests/feature_check/const.py.exp (limited to 'tests/feature_check') 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) diff --git a/tests/feature_check/const.py.exp b/tests/feature_check/const.py.exp new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3