mirror of
https://github.com/janet-lang/janet
synced 2024-12-28 09:20:26 +00:00
4 lines
96 B
Clojure
4 lines
96 B
Clojure
(import /build/testmod :as testmod)
|
|
|
|
(if (not= 5 (testmod/get5)) (error "testmod/get5 failed"))
|