summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-05-09 15:16:44 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-05-09 15:16:44 +0200
commitb58c6adee700a96280915998b352e0ce5bb07f7a (patch)
tree3dc35ffab87f56f1edd7e327756acb1279bcd536 /ecomp-c/test1.e
parent399c4acad3e4fc0306edfcd3320c61031fa90555 (diff)
downloadcompilertests-b58c6adee700a96280915998b352e0ce5bb07f7a.tar.gz
compilertests-b58c6adee700a96280915998b352e0ce5bb07f7a.tar.bz2
fixed comparision of types test
Diffstat (limited to 'ecomp-c/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 2836091..88a6d26 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -47,7 +47,7 @@ begin
end;
i := 0;
- while ( i < 10 ) and ( not flag ) do
+ while ( i < 10 ) and not flag do
i := i + 1;
end;
end