aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runnable/record_extension.elna
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-21 21:27:03 +0200
committerEugen Wissner <belka@caraus.de>2026-07-21 21:27:03 +0200
commit5cc2947143f2a6ebd4ef1ae4d25ab956b87de808 (patch)
tree0d4489b298da3be04ed4bce117f616468146a0f8 /testsuite/runnable/record_extension.elna
parent44d6e8a27294e5ca7300ab11900011b73d9336d4 (diff)
downloadelna-5cc2947143f2a6ebd4ef1ae4d25ab956b87de808.tar.gz
Redefine strings as slice of constant charactersHEADcpp
Diffstat (limited to 'testsuite/runnable/record_extension.elna')
-rw-r--r--testsuite/runnable/record_extension.elna2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/runnable/record_extension.elna b/testsuite/runnable/record_extension.elna
index 1aae5b3..47ac908 100644
--- a/testsuite/runnable/record_extension.elna
+++ b/testsuite/runnable/record_extension.elna
@@ -3,7 +3,7 @@ type
kind: Word
end
ElnaLexerStringToken = record(ElnaLexerToken)
- value: String
+ value: []const Char
end
var