Skip to content

Commit 82638d4

Browse files
committed
Be specific about what's raised in xfail
1 parent a0cf74a commit 82638d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/c/test_c.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,7 @@ def test_cannot_pass_struct_with_array_of_length_0():
12361236
@pytest.mark.xfail(
12371237
is_ios,
12381238
reason="For an unknown reason f(1, cast(BInt, 42)) returns 36792864",
1239+
raises=AssertionError,
12391240
)
12401241
def test_call_function_9():
12411242
BInt = new_primitive_type("int")

0 commit comments

Comments
 (0)