Skip to content

Commit bf38f92

Browse files
committed
Fix typo from #26378. NFC
1 parent 42c816d commit bf38f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_other.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15089,8 +15089,8 @@ def test_locate_file_abspath_esm(self, args):
1508915089
@requires_node_25
1509015090
def test_js_base64_api(self):
1509115091
self.node_args += ['--js_base_64']
15092-
# JS_BASE64_API on has an effect when base64 is being used so we need to
15093-
# disable SINGLE_FILE_BINARY_ENCODE.
15092+
# JS_BASE64_API only has an effect when base64 is being used so we need to
15093+
# disable SINGLE_FILE_BINARY_ENCODE for this test.
1509415094
self.cflags += ['-sSINGLE_FILE', '-sSINGLE_FILE_BINARY_ENCODE=0']
1509515095
self.do_runf('hello_world.c', 'hello, world!', output_basename='baseline')
1509615096
self.do_runf('hello_world.c', 'hello, world!', cflags=['-sJS_BASE64_API', '-Wno-experimental'])

0 commit comments

Comments
 (0)