mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
removing flonums from basic tests
This commit is contained in:
parent
1fda388db9
commit
4f45da310a
1 changed files with 3 additions and 3 deletions
|
@ -168,15 +168,15 @@
|
|||
|
||||
(test #t (equal? 2 2))
|
||||
|
||||
(test #f (eqv? 2 2.0))
|
||||
;;(test #f (eqv? 2 2.0))
|
||||
|
||||
(test #f (equal? 2.0 2))
|
||||
;;(test #f (equal? 2.0 2))
|
||||
|
||||
(test #t (equal? (make-vector 5 'a) (make-vector 5 'a)))
|
||||
|
||||
(test 4 (max 3 4))
|
||||
|
||||
(test 4 (max 3.9 4))
|
||||
;;(test 4 (max 3.9 4))
|
||||
|
||||
(test 7 (+ 3 4))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue