Skip to content

Commit 53d4e60

Browse files
authored
Fix typo in test name (#22780)
1 parent 0345c79 commit 53d4e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ def test_exclude_file(self):
20182018
def test_dylink_strict(self):
20192019
self.do_run_in_out_file_test('hello_world.c', emcc_args=['-sSTRICT', '-sMAIN_MODULE=1'])
20202020

2021-
def test_dylink_exceptions_and_assetions(self):
2021+
def test_dylink_exceptions_and_assertions(self):
20222022
# Linking side modules using the STL and exceptions should not abort with
20232023
# "function in Table but not functionsInTableMap" when using ASSERTIONS=2
20242024

0 commit comments

Comments
 (0)