Fix test that relied on broken mcons printing.

This commit is contained in:
Vincent St-Amour 2016-06-11 16:30:11 -05:00
parent e3863149f5
commit 1ba8e5ba33

View File

@ -45,8 +45,8 @@ END
1
1
'()
(mcons 2 (mcons 3))
(mcons 3)
(mcons 2 (mcons 3 '()))
(mcons 3 '())
'()
2
3