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 9c81f11 commit a410060Copy full SHA for a410060
test/test_cpp11features.py
@@ -393,7 +393,6 @@ def test12_stdfunction(self):
393
f = FunctionNS.FNCreateTestStructFunc()
394
assert f(t) == 27
395
396
- @mark.xfail
397
def test13_stdhash(self):
398
"""Use of std::hash"""
399
test/test_crossinheritance.py
@@ -477,7 +477,6 @@ class MyPyDerived3(VD.MyClass3):
477
class MyPyDerived4(VD.MyClass4[int]):
478
pass
479
480
481
def test14_protected_access(self):
482
"""Derived classes should have access to protected members"""
483
0 commit comments