aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test9.err
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-14 00:37:01 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-14 00:41:39 -0700
commit1927ebbc5dda3b130241cc3e0bbf6002662cd98f (patch)
tree8cdc5e19a96d02bcc6bbbe3fa79c4d9961404472 /tests/test9.err
parent5db9548f40b18d8e79567cc6651ebe24ee292fef (diff)
Improve error reporting for unclosed blocks
Diffstat (limited to 'tests/test9.err')
-rw-r--r--tests/test9.err6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test9.err b/tests/test9.err
index f439e8db..db67e030 100644
--- a/tests/test9.err
+++ b/tests/test9.err
@@ -1 +1,7 @@
emit: expected event name
+Missing end to balance this begin
+Missing end to balance this while loop
+Missing end to balance this for loop
+Missing end to balance this switch statement
+Missing end to balance this function definition
+Missing end to balance this if statement