diff options
Diffstat (limited to 'progs')
| -rw-r--r-- | progs/tests/scoping.sy | 1 | ||||
| -rw-r--r-- | progs/tests/simple.sy | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/scoping.sy b/progs/tests/scoping.sy index 7679948..f8e0b00 100644 --- a/progs/tests/scoping.sy +++ b/progs/tests/scoping.sy @@ -9,5 +9,6 @@ a <=> 1 { a = 2 a : int = 1 + a } a <=> 2 diff --git a/progs/tests/simple.sy b/progs/tests/simple.sy index e36d2bf..84bc86d 100644 --- a/progs/tests/simple.sy +++ b/progs/tests/simple.sy @@ -20,4 +20,4 @@ qq :: fn { // Steg 1: Hitta sektioner -// Dela sektioner, compilera felera sektioner efter varandra
\ No newline at end of file +// Dela sektioner, compilera felera sektioner efter varandra |
