Skip to content

Commit 6284651

Browse files
committed
[cppyy] Unmark xfail, this test now passes with LLVM22
Unmark xfail for test14_templated_return_type
1 parent 80a05d2 commit 6284651

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bindings/pyroot/cppyy/cppyy/test/test_templates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ def test13_using_templated_method(self):
351351
assert type(d.get3()) == int
352352
assert d.get3() == 5
353353

354-
@mark.xfail(strict=True)
355354
def test14_templated_return_type(self):
356355
"""Use of a templated return type"""
357356

0 commit comments

Comments
 (0)