fix printing test

I missed some test updates with the fxvector/flvector change to
printing.
This commit is contained in:
Matthew Flatt 2012-12-03 18:55:31 -07:00
parent 9f9092b762
commit adee7494b4

View File

@ -193,8 +193,8 @@
(ptest "'`,#,#`a" '`,#,#`a)
(ptest "'`,#,#`,@#,@a" '`,#,#`,@#,@a)
(ptest "'#fx(1 10000 3)" (fxvector 1 10000 3))
(ptest "'#fl(1.1 10000.1 3.1)" (flvector 1.1 10000.1 3.1))
(ptest "(fxvector 1 10000 3)" (fxvector 1 10000 3))
(ptest "(flvector 1.1 10000.1 3.1)" (flvector 1.1 10000.1 3.1))
(void))