Skip to content

Commit 86dac77

Browse files
committed
Fix compat issue
1 parent 4ee1681 commit 86dac77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_asm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from tests.benchmark import benchmark_ASM
99

1010

11-
@pytest.mark.skipIf(platform.system() != "Windows", "ASM only support Windows now.")
11+
@pytest.mark.skipif(platform.system() != "Windows", "ASM only support Windows now.")
1212
@unittest.skipIf(platform.system() != "Windows", "ASM only support Windows now.")
1313
class TestASM(unittest.TestCase):
1414
@classmethod

0 commit comments

Comments
 (0)