Skip to content

Commit 320cb51

Browse files
capfredfrfindler
authored andcommitted
use the regular rackunit
1 parent 5484aa6 commit 320cb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drracket/drracket/private/tooltip.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217

218218

219219
(module+ test
220-
(require typed/rackunit)
220+
(require rackunit)
221221
(check-equal? (strings->strings+spacers '()) '())
222222
(check-equal? (strings->strings+spacers '("x")) '(("" "x")))
223223
(check-equal? (strings->strings+spacers '("x" "x")) '(("" "x") ("" "x")))

0 commit comments

Comments
 (0)