Skip to content

Commit c07ae4c

Browse files
committed
up
1 parent 9d57fe0 commit c07ae4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/factorial-123-wrap.lisp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
(assert-equal (factorial-3 three) (mul three two))
4040
(assert-equal (factorial-3 four) (mul four (mul three two)))
4141

42+
(assert-not-same factorial-1 factorial-2)
43+
(assert-not-same factorial-1 factorial-3)
44+
(assert-not-same factorial-2 factorial-3)
45+
4246
(assert-equal factorial-1 factorial-2)
4347
(assert-equal factorial-1 factorial-3)
4448
(assert-equal factorial-2 factorial-3)

0 commit comments

Comments
 (0)