add newlines on last lines of tests

This commit is contained in:
AlexKnauth 2016-06-30 19:09:56 -04:00
parent 69f75c0679
commit 50cc9ca667
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@
(check-equal? @#λ(+ % 1)[1]
2)
(check-equal? @#λ@+[% 1][1]
2)
2)

View File

@ -24,4 +24,4 @@
2)
@(check-equal? @#λ%{}
"")