diff options
Diffstat (limited to 'tests/testdata/run/082_prepare_stack_trace_throw.js')
-rw-r--r-- | tests/testdata/run/082_prepare_stack_trace_throw.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/testdata/run/082_prepare_stack_trace_throw.js b/tests/testdata/run/082_prepare_stack_trace_throw.js deleted file mode 100644 index 8137bfdc8..000000000 --- a/tests/testdata/run/082_prepare_stack_trace_throw.js +++ /dev/null @@ -1,6 +0,0 @@ -Error.prepareStackTrace = () => { - console.trace(); - throw new Error("foo"); -}; - -new Error("bar").stack; |