fix typo in test-suite example

This commit is contained in:
Celeste Hollenbeck 2016-10-14 13:16:23 -06:00 committed by Leif Andersen
parent a83d76a6ef
commit 902e41b08a

View File

@ -122,7 +122,7 @@ finished.
(check-eq? 1 1))
(test-suite "A nested test suite"
(test-case "Another test"
(check-< 1 2))))
(check < 1 2))))
]
@defproc[(make-test-suite [name string?]