diff options
Diffstat (limited to 'tests/misc/features.py')
-rw-r--r-- | tests/misc/features.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/misc/features.py b/tests/misc/features.py index 3efb476ab..874945bfc 100644 --- a/tests/misc/features.py +++ b/tests/misc/features.py @@ -1,3 +1,9 @@ +try: + str.count +except AttributeError: + print("SKIP") + raise SystemExit + # mad.py # Alf Clement 27-Mar-2014 # |