diff --git a/test/test_other.py b/test/test_other.py index 61e13c20c037b..204d4df54f1c0 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -2018,7 +2018,7 @@ def test_exclude_file(self): def test_dylink_strict(self): self.do_run_in_out_file_test('hello_world.c', emcc_args=['-sSTRICT', '-sMAIN_MODULE=1']) - def test_dylink_exceptions_and_assetions(self): + def test_dylink_exceptions_and_assertions(self): # Linking side modules using the STL and exceptions should not abort with # "function in Table but not functionsInTableMap" when using ASSERTIONS=2