We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0345c79 commit 53d4e60Copy full SHA for 53d4e60
test/test_other.py
@@ -2018,7 +2018,7 @@ def test_exclude_file(self):
2018
def test_dylink_strict(self):
2019
self.do_run_in_out_file_test('hello_world.c', emcc_args=['-sSTRICT', '-sMAIN_MODULE=1'])
2020
2021
- def test_dylink_exceptions_and_assetions(self):
+ def test_dylink_exceptions_and_assertions(self):
2022
# Linking side modules using the STL and exceptions should not abort with
2023
# "function in Table but not functionsInTableMap" when using ASSERTIONS=2
2024
0 commit comments