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 938675835..6b5c99631 100644
--- a/tests/float/array_construct.py
+++ b/tests/float/array_construct.py
@@ -6,5 +6,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])))