diff options
Diffstat (limited to 'tests/feature_check')
| -rw-r--r-- | tests/feature_check/bytearray.py | 5 | ||||
| -rw-r--r-- | tests/feature_check/bytearray.py.exp | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/feature_check/bytearray.py b/tests/feature_check/bytearray.py new file mode 100644 index 000000000..601ef4597 --- /dev/null +++ b/tests/feature_check/bytearray.py @@ -0,0 +1,5 @@ +try: + bytearray + print("bytearray") +except NameError: + print("no") diff --git a/tests/feature_check/bytearray.py.exp b/tests/feature_check/bytearray.py.exp new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tests/feature_check/bytearray.py.exp |
