Skip to content

Commit 6ac01fa

Browse files
committed
Fix CI
1 parent 8b92dae commit 6ac01fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@ def test_mainenv(self):
798798
})
799799
def test_emmalloc(self, *args):
800800
self.maybe_closure()
801+
self.set_setting('DEFAULT_LIBRARY_FUNCS_TO_INCLUDE', ['$ptrToString'])
801802
# in newer clang+llvm, the internal calls to malloc in emmalloc may be optimized under
802803
# the assumption that they are external, so like in system_libs.py where we build
803804
# malloc, we need to disable builtin here too

0 commit comments

Comments
 (0)