1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 17:20:23 +03:00

tests: remove commented test for 10th Fibonnacci number

This commit is contained in:
Nicolas Boulenguez 2019-06-02 13:34:45 +02:00
parent 8eed0a29ae
commit 77a0798f8a

View File

@ -197,9 +197,6 @@ a
;=>2
(fib 4)
;=>5
;;; Too slow for bash, erlang, make and miniMAL
;;;(fib 10)
;;;;=>89
;; Testing recursive function in environment.