Skip to content

Commit d412c2d

Browse files
authored
Fix posixtest_browser suite to run again. (#25294)
1 parent 8c067ea commit d412c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_posixtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def f(self):
170170
'-sTOTAL_MEMORY=256mb',
171171
'-sPTHREAD_POOL_SIZE=40']
172172
if browser:
173-
self.btest_exit(testfile, args=args)
173+
self.btest_exit(testfile, cflags=args)
174174
else:
175175
self.do_runf(testfile, cflags=args, output_basename=name)
176176

0 commit comments

Comments
 (0)