From 3e908abe23a76c02e64a69dd5b85c42d3a8174f0 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 23 Oct 2024 22:58:08 +0000 Subject: [PATCH] Fix typo in test name --- test/test_other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_other.py b/test/test_other.py index 2e5754a0b5f3c..5f7278219db59 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