Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
anttih committed Oct 13, 2012
1 parent 1d8dedc commit ade8b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eval_test.scm
Expand Up @@ -77,7 +77,7 @@
(def test (fn () 42))
(test))))

(test "define lambda"
(test "define function and apply"
16
(evaluate* '(do
(defn square (x) (* x x))
Expand Down

0 comments on commit ade8b8a

Please sign in to comment.