Skip to content

Commit 4c2f3f3

Browse files
committed
fix typo
1 parent 4baeecd commit 4c2f3f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/tests/test_nvfatbin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def test_nvfatbin_add_reloc(OBJECT):
310310
nvfatbin.destroy(handle)
311311

312312

313-
@pytest.skipIf(get_version() < (13, 1), reason="TileIR API is not supported in CUDA < 13.1")
313+
@pytest.mark.skipif(get_version() < (13, 1), reason="TileIR API is not supported in CUDA < 13.1")
314314
def test_nvfatbin_add_tile_ir(TILEIR):
315315
handle = nvfatbin.create([], 0)
316316
nvfatbin.add_tile_ir(handle, TILEIR, len(TILEIR), "VectorAdd", "")

0 commit comments

Comments
 (0)