Check that the FlVector type is exported. Currently this test fails.
svn: r18557 original commit: 5f6aeb364ff0007914809017a4e14f4f3bc65a53
This commit is contained in:
parent
9cf45f3392
commit
ba3d01e519
|
@ -17,6 +17,9 @@
|
|||
#t
|
||||
(error (format "Check (~a ~a ~a) failed" f a b))))
|
||||
|
||||
;; Check the FlVector type is exported
|
||||
(define: v : FlVector (flvector 1. 2. 3.))
|
||||
|
||||
(check equal? (flvector 1. 2. 3. 4.) (flvector 1. 2. 3. 4.))
|
||||
(check equal? (flvector? (flvector 1. 2. 3.)) #t)
|
||||
(check equal? (make-flvector 3 3.0) (flvector 3. 3. 3.))
|
||||
|
|
Loading…
Reference in New Issue
Block a user