Skip to content
Snippets Groups Projects
Verified Commit b58b4930 authored by Christine Lemmer-Webber's avatar Christine Lemmer-Webber
Browse files

TODO for a test that currently throws an exception...

parent 4d3b85b6
No related branches found
No related tags found
No related merge requests found
......@@ -104,4 +104,12 @@
(test-equal (interval-high f-interval)
90)))
;; TODO: Figure out why this doesn't work and fix. It makes
;; a nonsensical interval:
;; (let ((f2c-interval (prun (content (prun (e:f2c (make-interval 10 90)))))))
;; (test-equal (interval-low f2c-interval)
;; 10)
;; (test-equal (interval-high f2c-interval)
;; 290/9))
(test-end "test-brainy")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment