Skip to content

Commit 5be3248

Browse files
committed
update test
1 parent a674741 commit 5be3248

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cli/other_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3130,7 +3130,6 @@ class Cl2
31303130
assert stderr.splitlines() == [] # no error since the unused templates are not being checked
31313131

31323132

3133-
@pytest.mark.xfail(strict=True) # TODO: only the first unused templated function is not being checked
31343133
def test_check_unused_templates_func(tmp_path): # #13714
31353134
test_file_h = tmp_path / 'test.h'
31363135
with open(test_file_h, 'wt') as f:

0 commit comments

Comments
 (0)