summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-06-05 20:27:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-06-05 20:27:54 +0200
commit9f8d1f2820ebd707004b3e404f125d4a6abf2281 (patch)
tree634c9de9b35964552592b278c33504163e37b37a
parent5d780e12179ac5f951e166413058a76442fe84d3 (diff)
downloadcompilertests-9f8d1f2820ebd707004b3e404f125d4a6abf2281.tar.gz
compilertests-9f8d1f2820ebd707004b3e404f125d4a6abf2281.tar.bz2
fixed also test1.e
-rw-r--r--ecomp-c/test1.e2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-c/test1.e b/ecomp-c/test1.e
index fa66f92..49d7adb 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -27,7 +27,7 @@ var
flag : boolean;
i : integer;
j : character := C;
- s : array 6 of character := S;
+ s : array 10 of character := S;
s2 : array 10 of character := "hello";
begin