Login
7 branches 0 tags
Ben (Win10) Fixed tree/dup and removed the day12 workaround abc3dd9 4 years ago 269 Commits
nujel / binlib / tests.nuj
[when-not [== ARCH "wasm"]
          [test/add '[0 . ""] [repl/run-forked 1]]
          [test/add '[123 . ""] [repl/run-forked [exit 123]]]
          [test/add '[0 . "123"] [repl/run-forked [display 123]]]
]