diff options
Diffstat (limited to 'tests/testdata/run/unsafe_proto/worker.js')
-rw-r--r-- | tests/testdata/run/unsafe_proto/worker.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testdata/run/unsafe_proto/worker.js b/tests/testdata/run/unsafe_proto/worker.js deleted file mode 100644 index b22bc8713..000000000 --- a/tests/testdata/run/unsafe_proto/worker.js +++ /dev/null @@ -1,2 +0,0 @@ -console.log(Object.hasOwn(Object.prototype, "__proto__")); -close(); |