We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccda1c commit f4f859fCopy full SHA for f4f859f
test/test_datatypes.py
@@ -1558,7 +1558,6 @@ def test30_multi_dim_arrays_of_builtins(test):
1558
p = (ctype * len(buf)).from_buffer(buf)
1559
assert [p[j] for j in range(width*height)] == [2*j for j in range(width*height)]
1560
1561
- @mark.xfail
1562
def test31_anonymous_union(self):
1563
"""Anonymous unions place there fields in the parent scope"""
1564
0 commit comments