aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/local_var_exported.elna
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/fail_compilation/local_var_exported.elna')
-rw-r--r--testsuite/fail_compilation/local_var_exported.elna2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/fail_compilation/local_var_exported.elna b/testsuite/fail_compilation/local_var_exported.elna
index 5323e5e..307d34f 100644
--- a/testsuite/fail_compilation/local_var_exported.elna
+++ b/testsuite/fail_compilation/local_var_exported.elna
@@ -1,6 +1,6 @@
proc test_local_export()
var
- v* : Int (* @Error Local symbol 'v' cannot be exported *)
+ v* : Int (* @Error Local symbols cannot be exported *)
return
end.