diff options
Diffstat (limited to 'tests/inlineasm/asmfpldrstr.py')
| -rw-r--r-- | tests/inlineasm/asmfpldrstr.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/inlineasm/asmfpldrstr.py b/tests/inlineasm/asmfpldrstr.py index 8fa9af636..4c480671f 100644 --- a/tests/inlineasm/asmfpldrstr.py +++ b/tests/inlineasm/asmfpldrstr.py @@ -9,4 +9,3 @@ def arrayadd(r0): z = array.array("f", [2, 4, 10]) arrayadd(z) print(z[2]) - |
