We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d06dd commit 9fe607bCopy full SHA for 9fe607b
test/test_other.py
@@ -12893,8 +12893,9 @@ def test_config_closure_compiler(self):
12893
self.run_process([EMCC, test_file('hello_world.c'), '--closure=1'])
12894
with env_modify({'EM_CLOSURE_COMPILER': sys.executable}):
12895
err = self.expect_fail([EMCC, test_file('hello_world.c'), '--closure=1'])
12896
- self.assertContained('emcc: error: unrecognized closure compiler --version output', err)
+ self.assertContained('closure compiler', err)
12897
self.assertContained(sys.executable, err)
12898
+ self.assertContained('not execute properly!', err)
12899
12900
def test_node_unhandled_rejection(self):
12901
create_file('pre.js', '''
0 commit comments