mirror of
https://github.com/janet-lang/janet
synced 2024-12-11 09:10:27 +00:00
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
(import build/testmod :as testmod)
|
|
|
|
(if (not= 5 (testmod/get5)) (error "testmod/get5 failed"))
|