Skip to content

Commit d69c4a8

Browse files
sbc100kripken
andcommitted
Update tests/runner.py
Co-authored-by: Alon Zakai <azakai@google.com>
1 parent 060f298 commit d69c4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ def btest_exit(self, filename, expected, *args, **kwargs):
15001500
with a give result code.
15011501
15021502
In this case we set EXIT_RUNTIME and we don't need to provide the
1503-
REPORT_RESULT macro to the native code.
1503+
REPORT_RESULT macro to the C code.
15041504
"""
15051505
self.set_setting('EXIT_RUNTIME')
15061506
kwargs['c_reporting'] = False
@@ -1536,7 +1536,7 @@ def btest(self, filename, expected=None, reference=None, force_c=False,
15361536
args = [filepath, '-o', outfile] + args
15371537
# print('all args:', args)
15381538
try_delete(outfile)
1539-
self.compile_btest(args, js_reporting=reporting, c_reporting=c_reporting)
1539+
self.compile_btest(args, js_reporting=js_reporting, c_reporting=c_reporting)
15401540
self.assertExists(outfile)
15411541
if post_build:
15421542
post_build()

0 commit comments

Comments
 (0)