summaryrefslogtreecommitdiff
path: root/scripts/test/wasm2js.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test/wasm2js.py')
-rw-r--r--[-rwxr-xr-x]scripts/test/wasm2js.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/test/wasm2js.py b/scripts/test/wasm2js.py
index 975262efe..8a1c99975 100755..100644
--- a/scripts/test/wasm2js.py
+++ b/scripts/test/wasm2js.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-#
# Copyright 2016 WebAssembly Community Group participants
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -181,7 +179,3 @@ def update_wasm2js_tests():
out = support.run_command(cmd)
with open(traps_expected_file, 'w') as o:
o.write(out)
-
-
-if __name__ == "__main__":
- test_wasm2js()