Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
pypy
Commits
d91b02c62beb
Commit
c03616cb
authored
Nov 01, 2019
by
Matti Picus
Browse files
fix failing test, remove tab
parent
86da6cb357f1
Changes
2
Show whitespace changes
Inline
Side-by-side
lib_pypy/_curses_build.py
View file @
d91b02c6
pypy/module/cpyext/test/test_typeobject.py
View file @
d91b02c6
...
...
@@ -1296,7 +1296,8 @@ class AppTestSlots(AppTestCpythonExtensionBase):
except
TypeError
as
e
:
import
sys
if
'__pypy__'
in
sys
.
builtin_module_names
:
assert
str
(
e
)
==
'instance layout conflicts in multiple inheritance'
print
(
str
(
e
))
assert
'instance layout conflicts in multiple inheritance'
in
str
(
e
)
else
:
assert
str
(
e
)
==
(
'Error when calling the metaclass bases
\n
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment