Add test for test-case from typed/rackunit.

This commit is contained in:
Sam Tobin-Hochstadt 2016-02-02 08:21:02 -05:00
parent 23bda72953
commit 0bfaa75bcf

View File

@ -19,3 +19,5 @@
(test-begin
(check-equal? (my-+ 1 1) 2 "Simple addition")
(check-equal? (my-* 2 2) 4 "Simple multiplication"))
(test-case "name")