Skip to content

Commit 08d8be9

Browse files
committed
Fix name collision between test classes
1 parent 675f725 commit 08d8be9

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_float.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __float__(self):
7979

8080

8181
NativeFloatSubclass = CPyExtType(
82-
'NativeFloatSubclass',
82+
'TestFloatNativeFloatSubclass',
8383
'',
8484
struct_base='PyFloatObject base',
8585
tp_base="&PyFloat_Type",

0 commit comments

Comments
 (0)