summaryrefslogtreecommitdiff
path: root/tests/float/array_construct.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/float/array_construct.py')
-rw-r--r--tests/float/array_construct.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/float/array_construct.py b/tests/float/array_construct.py
index eb735c67c..f6a3a9dc9 100644
--- a/tests/float/array_construct.py
+++ b/tests/float/array_construct.py
@@ -9,5 +9,5 @@ except ImportError:
print("SKIP")
raise SystemExit
-print(array('f', array('h', [1, 2])))
-print(array('d', array('f', [1, 2])))
+print(array("f", array("h", [1, 2])))
+print(array("d", array("f", [1, 2])))