aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/local_var_exported.elna
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-09-11 09:11:47 +0200
committerEugen Wissner <belka@caraus.de>2026-09-11 09:11:47 +0200
commitbd2b80d6ac582b9f0bcd96c86d4b79bfdb64eca1 (patch)
treea835a5cfe5a9cf48720b9255261e065fd7978849 /testsuite/fail_compilation/local_var_exported.elna
parentb27872d5c5bfecae74195771f5c1f4e73385b6d6 (diff)
downloadelna-bd2b80d6ac582b9f0bcd96c86d4b79bfdb64eca1.tar.gz
Implement aligned attribute
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.