Skip to content

Commit 64c5895

Browse files
committed
test different name
1 parent acdb004 commit 64c5895

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ def compile_module(self, name):
193193
cmpfunc=unhandled_error_compare
194194
)
195195

196+
test_PyLong_FromSize_t = test_PyLong_FromSsize_t
197+
196198
test_PyLong_FromDouble = CPyExtFunction(
197199
lambda args: int(args[0]),
198200
lambda: (

0 commit comments

Comments
 (0)