Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
hedwigz committed Dec 21, 2024
1 parent ed1026b commit 464bc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ def test_main_thread_async_em_asm_await(self, args, force_c=False):
self.assertContained('emscripten_asm_const_int_await_on_main_thread is not available on the main thread', output)
else:
self.do_core_test('test_main_thread_async_em_asm_await.cpp', emcc_args=args, force_c=force_c)

@needs_dylink
@parameterized({
'pthreads': (['-pthread', '-sPROXY_TO_PTHREAD', '-sEXIT_RUNTIME', '-sASSERTIONS'], False),
Expand Down

0 comments on commit 464bc2f

Please sign in to comment.