Skip to content

Commit 4416f4d

Browse files
committed
fix ruff
1 parent c05e3c6 commit 4416f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1890,7 +1890,7 @@ def test_main_thread_async_em_asm_await(self, args, force_c=False):
18901890
self.assertContained('emscripten_asm_const_int_await_on_main_thread is not available on the main thread', output)
18911891
else:
18921892
self.do_core_test('test_main_thread_async_em_asm_await.cpp', emcc_args=args, force_c=force_c)
1893-
1893+
18941894
@needs_dylink
18951895
@parameterized({
18961896
'pthreads': (['-pthread', '-sPROXY_TO_PTHREAD', '-sEXIT_RUNTIME', '-sASSERTIONS'], False),

0 commit comments

Comments
 (0)