Skip to content

Commit 9a73ba6

Browse files
committed
Enable implicit vector conversions
1 parent 395cecd commit 9a73ba6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_conversions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def setup_class(cls):
1515
import cppyy
1616
cls.conversion = cppyy.load_reflection_info(cls.test_dct)
1717

18-
@mark.xfail(run=False, reason="Crashes")
1918
def test01_implicit_vector_conversions(self):
2019
"""Test implicit conversions of std::vector"""
2120

0 commit comments

Comments
 (0)