summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/eval_context_throw_dom_exception.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/eval_context_throw_dom_exception.js')
-rw-r--r--cli/tests/testdata/eval_context_throw_dom_exception.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/eval_context_throw_dom_exception.js b/cli/tests/testdata/eval_context_throw_dom_exception.js
deleted file mode 100644
index b8e99d498..000000000
--- a/cli/tests/testdata/eval_context_throw_dom_exception.js
+++ /dev/null
@@ -1,2 +0,0 @@
-const [, errorInfo] = Deno.core.evalContext('throw new DOMException("foo")');
-console.log(errorInfo);