Skip to content

Commit 333581e

Browse files
committed
whitespace
1 parent 878b7ed commit 333581e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15889,7 +15889,7 @@ def test_mainScriptUrlOrBlob(self, es6):
1588915889
# First run without foo.{mjs,js} present to verify that the pthread creation fails
1589015890
err = self.run_js(runfile, assert_returncode=NON_ZERO)
1589115891
self.assertContained('Cannot find module.*foo', err, regex=True)
15892-
15892+
1589315893
# Now create foo.{mjs,js} and the program should run as expected.
1589415894
shutil.copy(binfile, real_binfile)
1589515895
self.assertContained('hello, world', self.run_js(runfile))

0 commit comments

Comments
 (0)