Skip to content

Commit 94464e1

Browse files
committed
Fix test argument spec.
1 parent b0603ac commit 94464e1

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests/cpyext

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_long.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def compile_module(self, name):
217217
),
218218
resultspec="O",
219219
argspec='n',
220-
arguments=["Py_ssize_t n"],
220+
arguments=["void* ptr"],
221221
cmpfunc=unhandled_error_compare
222222
)
223223

0 commit comments

Comments
 (0)