1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-18 11:19:56 +00:00
janet/test/install/test/test1.janet
2020-12-26 15:42:13 -06:00

4 lines
96 B
Clojure

(import /build/testmod :as testmod)
(if (not= 5 (testmod/get5)) (error "testmod/get5 failed"))