1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-03 23:28:08 +00:00
Files
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"))