Skip to content

Commit eb9b5a2

Browse files
authored
Use btest_exit in test_memory_growth_during_startup. NFC (#24894)
1 parent 592d12d commit eb9b5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3706,7 +3706,7 @@ def test_dylink_pthread_many(self):
37063706
@no_4gb('uses INITIAL_MEMORY')
37073707
def test_memory_growth_during_startup(self):
37083708
create_file('data.dat', 'X' * (30 * 1024 * 1024))
3709-
self.btest('browser_test_hello_world.c', '0', cflags=['-sASSERTIONS', '-sALLOW_MEMORY_GROWTH', '-sINITIAL_MEMORY=16MB', '-sSTACK_SIZE=16384', '--preload-file', 'data.dat'])
3709+
self.btest_exit('browser_test_hello_world.c', cflags=['-sASSERTIONS', '-sALLOW_MEMORY_GROWTH', '-sINITIAL_MEMORY=16MB', '-sSTACK_SIZE=16384', '--preload-file', 'data.dat'])
37103710

37113711
# pthreads tests
37123712

0 commit comments

Comments
 (0)