summaryrefslogtreecommitdiff
path: root/tests/cpydiff/modules_array_subscrstep.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpydiff/modules_array_subscrstep.py')
-rw-r--r--tests/cpydiff/modules_array_subscrstep.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cpydiff/modules_array_subscrstep.py b/tests/cpydiff/modules_array_subscrstep.py
index 24308bd90..65b12332f 100644
--- a/tests/cpydiff/modules_array_subscrstep.py
+++ b/tests/cpydiff/modules_array_subscrstep.py
@@ -4,6 +4,7 @@ description: Subscript with step != 1 is not yet implemented
cause: Unknown
workaround: Unknown
"""
+
import array
a = array.array("b", (1, 2, 3))