Skip to content

Commit d9c8ae1

Browse files
authored
Fix other.test_build_fetch_tests. (#24986)
Missed in #24976
1 parent c986574 commit d9c8ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14729,6 +14729,7 @@ def test_gmtime_noleak(self):
1472914729
def test_build_fetch_tests(self):
1473014730
# We can't run these outside of the browser, but at least we can
1473114731
# make sure they build.
14732+
self.cflags.append('-DSERVER="localhost"')
1473214733
self.set_setting('FETCH')
1473314734
self.build('fetch/test_fetch_to_memory_sync.c')
1473414735
self.build('fetch/test_fetch_to_memory_async.c')

0 commit comments

Comments
 (0)