summaryrefslogtreecommitdiff
path: root/tests/float/bytearray_construct.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/float/bytearray_construct.py')
-rw-r--r--tests/float/bytearray_construct.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/float/bytearray_construct.py b/tests/float/bytearray_construct.py
index e960d624e..f84fa7be5 100644
--- a/tests/float/bytearray_construct.py
+++ b/tests/float/bytearray_construct.py
@@ -6,4 +6,4 @@ except ImportError:
print("SKIP")
raise SystemExit
-print(bytearray(array('f', [1, 2.3])))
+print(bytearray(array("f", [1, 2.3])))