diff options
Diffstat (limited to 'scripts/test/lld.py')
-rw-r--r--[-rwxr-xr-x] | scripts/test/lld.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/test/lld.py b/scripts/test/lld.py index 9323dded6..19528ebc6 100755..100644 --- a/scripts/test/lld.py +++ b/scripts/test/lld.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # Copyright 2017 WebAssembly Community Group participants # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -92,7 +91,3 @@ def update_lld_tests(): actual = support.run_command(cmd) with open(out_path, 'w') as o: o.write(actual) - - -if __name__ == '__main__': - test_wasm_emscripten_finalize() |