Skip to content

Commit a876ef9

Browse files
committed
Enable RecursionError-dependent test
1 parent aba1ae9 commit a876ef9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/lib-python/3/test/test_class.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ def __eq__(self, other): return 1
489489

490490
self.assertRaises(TypeError, hash, C2())
491491

492-
@support.impl_detail("StackOverflowError kills the test ", graalvm=False)
493492
def testSFBug532646(self):
494493
# Test for SF bug 532646
495494

0 commit comments

Comments
 (0)