Skip to content

Commit 37af64f

Browse files
authored
Update Modules/_testlimitedcapi/set.c
1 parent 6269f68 commit 37af64f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Modules/_testlimitedcapi

Modules/_testlimitedcapi/set.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ test_frozenset_add_in_capi_tracking_immutable(PyObject *self, PyObject *Py_UNUSE
178178
if (PyObject_GC_IsTracked(frozenset)) {
179179
Py_DECREF(frozenset);
180180
return raiseTestError("test_frozenset_add_in_capi_tracking_immutable",
181-
"frozenset with only int should not be GC tracked");
181+
"frozenset with only bool should not be GC tracked");
182182
}
183183
Py_DECREF(frozenset);
184184
Py_RETURN_NONE;

0 commit comments

Comments
 (0)