Skip to content

Commit f4f859f

Browse files
Vipul-Cariappaaaronj0
authored andcommitted
removing xfail on anonymous union test
fixed by compiler-research/CppInterOp#321
1 parent bccda1c commit f4f859f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_datatypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,6 @@ def test30_multi_dim_arrays_of_builtins(test):
15581558
p = (ctype * len(buf)).from_buffer(buf)
15591559
assert [p[j] for j in range(width*height)] == [2*j for j in range(width*height)]
15601560

1561-
@mark.xfail
15621561
def test31_anonymous_union(self):
15631562
"""Anonymous unions place there fields in the parent scope"""
15641563

0 commit comments

Comments
 (0)