diff options
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index bbe9715c..bc2a4f7d 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6006,7 +6006,7 @@ def process(filename): try: os.environ['EMCC_LEAVE_INPUTS_RAW'] = '1' - self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed + #self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed Settings.CHECK_OVERFLOWS = 0 for name in glob.glob(path_from_root('tests', 'cases', '*.ll')): |