Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@ def the_stencil(out_field: Field[int], order: MyEnum): # type: ignore


@pytest.mark.parametrize("backend", ALL_BACKENDS)
def test_enum_runtime(backend):
def test_bool_runtime(backend):

@gtscript.stencil(backend=backend)
def the_stencil(out_field: Field[int], done: bool): # type: ignore
Expand Down