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 f1ff06a commit 8b90561Copy full SHA for 8b90561
test/test_core.py
@@ -869,9 +869,9 @@ def test_emmalloc_memory_statistics(self):
869
@no_2gb('output is sensitive to absolute data layout')
870
@no_asan('ASan does not support custom memory allocators')
871
@no_lsan('LSan does not support custom memory allocators')
872
- def test_emmalloc_trim(self, *args):
+ def test_emmalloc_trim(self):
873
self.set_setting('MALLOC', 'emmalloc')
874
- self.emcc_args += ['-sINITIAL_MEMORY=128MB', '-sALLOW_MEMORY_GROWTH', '-sMAXIMUM_MEMORY=2147418112'] + list(args)
+ self.emcc_args += ['-sINITIAL_MEMORY=128MB', '-sALLOW_MEMORY_GROWTH', '-sMAXIMUM_MEMORY=2147418112']
875
876
self.do_core_test('test_emmalloc_trim.cpp')
877
0 commit comments