We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e86f10 commit c183120Copy full SHA for c183120
tests/test_virtual_functions.py
@@ -251,8 +251,7 @@ def dispatch(self):
251
== 'Tried to call pure virtual function "Base::dispatch"'
252
)
253
254
- p = PyClass1()
255
- return m.dispatch_issue_go(p)
+ return m.dispatch_issue_go(PyClass1())
256
257
b = PyClass2()
258
assert m.dispatch_issue_go(b) == "Yay.."
0 commit comments