aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable/empty_statements_in_a_row.elna
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/compilable/empty_statements_in_a_row.elna')
-rw-r--r--testsuite/compilable/empty_statements_in_a_row.elna2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/compilable/empty_statements_in_a_row.elna b/testsuite/compilable/empty_statements_in_a_row.elna
index 3cc283c..7cf723c 100644
--- a/testsuite/compilable/empty_statements_in_a_row.elna
+++ b/testsuite/compilable/empty_statements_in_a_row.elna
@@ -1,6 +1,6 @@
proc f()
begin
;
-end
+return
end.