Skip to content

Commit 2c3fb52

Browse files
sbc100kripken
andauthored
Update test/test_other.py
Co-authored-by: Alon Zakai <alonzakai@gmail.com>
1 parent 472cd9f commit 2c3fb52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ def test_multiply_defined_libsymbols(self):
13551355

13561356
# Check linking libA.so multiple times (both directly and indirectly) does not result
13571357
# any multiply defined symbols. This is especially important with `FAKE_DYLIBS` where
1358-
# the we model shared libraries using regular object file. Without special handling
1358+
# we model shared libraries using regular object files. Without special handling
13591359
# fake `libA.so` could get linked multiple times.
13601360
self.cflags.remove('-Werror')
13611361
self.emcc('libA.c', ['-shared', '-o', 'libA.so'])

0 commit comments

Comments
 (0)