diff options
Diffstat (limited to 'test/run-spec-wasm2c.py')
-rwxr-xr-x | test/run-spec-wasm2c.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/run-spec-wasm2c.py b/test/run-spec-wasm2c.py index 0714e249..e9a93228 100755 --- a/test/run-spec-wasm2c.py +++ b/test/run-spec-wasm2c.py @@ -253,7 +253,6 @@ class CWriter(object): def _WriteModuleCommand(self, command): self.module_idx += 1 - self.out_file.write('%s_init_module();\n' % self.GetModulePrefix()) self._WriteModuleInitCall(command, False) def _WriteModuleInstances(self): @@ -269,7 +268,6 @@ class CWriter(object): def _WriteAssertUninstantiableCommand(self, command): self.module_idx += 1 - self.out_file.write('%s_init_module();\n' % self.GetModulePrefix()) self._WriteModuleInitCall(command, True) def _WriteActionCommand(self, command): |