Skip to content

Commit a410060

Browse files
1 parent 9c81f11 commit a410060

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/test_cpp11features.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ def test12_stdfunction(self):
393393
f = FunctionNS.FNCreateTestStructFunc()
394394
assert f(t) == 27
395395

396-
@mark.xfail
397396
def test13_stdhash(self):
398397
"""Use of std::hash"""
399398

test/test_crossinheritance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ class MyPyDerived3(VD.MyClass3):
477477
class MyPyDerived4(VD.MyClass4[int]):
478478
pass
479479

480-
@mark.xfail
481480
def test14_protected_access(self):
482481
"""Derived classes should have access to protected members"""
483482

0 commit comments

Comments
 (0)