summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/nested_error/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/nested_error/main.ts')
-rw-r--r--cli/tests/testdata/run/nested_error/main.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/run/nested_error/main.ts b/cli/tests/testdata/run/nested_error/main.ts
deleted file mode 100644
index 69828e1ca..000000000
--- a/cli/tests/testdata/run/nested_error/main.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-throw {
- foo: new Error(),
-};