mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
Port updated tests and binary snapping, with corrected Reals code, from tidy branch.
This commit is contained in:
parent
b1dc7d77e8
commit
ca2cc52a44
221 changed files with 949 additions and 550 deletions
15
src/test/confidence/intsyntax/expected
Normal file
15
src/test/confidence/intsyntax/expected
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
IntSyntax.mod compiling IntSyntax.
|
||||
|
||||
14: i := l; (* Bad, INTEGER shorter than LONGINT *)
|
||||
[32m^[0m
|
||||
pos 341[31m err [0m113 incompatible assignment
|
||||
|
||||
15: s := l; (* Bad, SHORTINT shorter than LONGINT *)
|
||||
[32m^[0m
|
||||
pos 393[31m err [0m113 incompatible assignment
|
||||
|
||||
16: i := l; (* Bad, SHORTINT shorter than INTEGER *)
|
||||
[32m^[0m
|
||||
pos 446[31m err [0m113 incompatible assignment
|
||||
|
||||
Module compilation failed.
|
||||
Loading…
Add table
Add a link
Reference in a new issue