summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/error_007_any.ts1
-rw-r--r--tests/error_007_any.ts.out1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/error_007_any.ts b/tests/error_007_any.ts
new file mode 100644
index 000000000..778886fcb
--- /dev/null
+++ b/tests/error_007_any.ts
@@ -0,0 +1 @@
+throw {};
diff --git a/tests/error_007_any.ts.out b/tests/error_007_any.ts.out
new file mode 100644
index 000000000..13335a92c
--- /dev/null
+++ b/tests/error_007_any.ts.out
@@ -0,0 +1 @@
+Thrown: [object Object]