Fixed missing imports in tests
This commit is contained in:
parent
93b6495d69
commit
8ff9ec53c7
|
@ -1,5 +1,8 @@
|
||||||
#lang cur
|
#lang cur
|
||||||
(require rackunit)
|
(require
|
||||||
|
rackunit
|
||||||
|
cur/stdlib/bool
|
||||||
|
cur/stdlib/sugar)
|
||||||
|
|
||||||
(check-equal? (not true) false)
|
(check-equal? (not true) false)
|
||||||
(check-equal? (not false) true)
|
(check-equal? (not false) true)
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
(require
|
(require
|
||||||
rackunit
|
rackunit
|
||||||
|
cur/stdlib/sugar
|
||||||
cur/stdlib/bool
|
cur/stdlib/bool
|
||||||
cur/stdlib/maybe)
|
cur/stdlib/maybe)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user