mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Get test to work on alpha
This commit is contained in:
parent
d5a65a77cf
commit
15ff0e9342
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ class MixinStrUnicodeUserStringTest:
|
|||
self.checkequal('abcabcabc', 'abc', '__mul__', 3)
|
||||
self.checkraises(TypeError, 'abc', '__mul__')
|
||||
self.checkraises(TypeError, 'abc', '__mul__', '')
|
||||
self.checkraises(OverflowError, 10000*'abc', '__mul__', sys.maxint)
|
||||
self.checkraises(OverflowError, 10000*'abc', '__mul__', 2000000000)
|
||||
|
||||
def test_join(self):
|
||||
# join now works with any sequence type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue