mirror of
https://github.com/janet-lang/janet
synced 2025-11-28 21:15:14 +00:00
4 lines
95 B
Janet
4 lines
95 B
Janet
(import build/testmod :as testmod)
|
|
|
|
(if (not= 5 (testmod/get5)) (error "testmod/get5 failed"))
|