Skip to content

Commit 00036e4

Browse files
isVoidgmarkall
andauthored
Un-xfail test_static_type_check (#371)
Co-authored-by: Michael Wang <isVoid@users.noreply.github.com> Co-authored-by: Graham Markall <535640+gmarkall@users.noreply.github.com>
1 parent 07a3c80 commit 00036e4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

numbast/src/numbast/experimental/mlir/static/tests/test_struct_static_bindings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ def kernel(arr):
109109
assert arr.copy_to_host() == pytest.approx([42])
110110

111111

112-
@pytest.mark.xfail(
113-
reason="numba-cuda-mlir does not support isinstance lowering for generated static types",
114-
strict=True,
115-
)
116112
def test_static_type_check(decl, impl):
117113
MyInt = decl["MyInt"]
118114

0 commit comments

Comments
 (0)