diff options
Diffstat (limited to 'cli/tests/testdata/compile/standalone_error.ts')
-rw-r--r-- | cli/tests/testdata/compile/standalone_error.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cli/tests/testdata/compile/standalone_error.ts b/cli/tests/testdata/compile/standalone_error.ts deleted file mode 100644 index 279398113..000000000 --- a/cli/tests/testdata/compile/standalone_error.ts +++ /dev/null @@ -1,9 +0,0 @@ -function boom() { - throw new Error("boom!"); -} - -function foo() { - boom(); -} - -foo(); |