summaryrefslogtreecommitdiff
path: root/test/expected_output.log
diff options
context:
space:
mode:
Diffstat (limited to 'test/expected_output.log')
-rw-r--r--test/expected_output.log21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/expected_output.log b/test/expected_output.log
new file mode 100644
index 0000000..6c95ecc
--- /dev/null
+++ b/test/expected_output.log
@@ -0,0 +1,21 @@
+Initialized static
+Initialized static
+Entering try
+Caught int 1!
+cl destroyed: 12
+Entering try
+Caught float 1.000000!
+cl destroyed: 12
+Entering try
+Caught struct {2}!
+cl destroyed: 12
+Entering try
+Caught struct {2}!
+cl destroyed: 12
+cl destroyed: 123
+Caught re-thrown float
+Entering try
+Caught int 0!
+cl destroyed: 12
+
+23 tests, 23 passed, 0 failed