Skip to content

Commit

Permalink
Update test_lowlevel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 23, 2025
1 parent 0b7283c commit b3cedd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_lowlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def test14_templated_arrays(self):
assert cppyy.gbl.std.vector[cppyy.gbl.std.vector[int]].value_type == 'std::vector<int>'
assert cppyy.gbl.std.vector['int[1]'].value_type == 'int[1]'

@mark.xfail
@mark.xskip
def test15_templated_arrays_gmpxx(self):
"""Use of gmpxx array types in templates"""

Expand Down

0 comments on commit b3cedd5

Please sign in to comment.