tjoinable.nim 277 B

12345678910
  1. discard """
  2. output: "ok"
  3. """
  4. # checks that this is joinable
  5. # checks that megatest allows duplicate names, see also `tests/misc/tjoinable.nim`
  6. doAssert defined(testing)
  7. doAssert defined(nimMegatest)
  8. echo "ok" # intentional to make sure this doesn't prevent `isJoinableSpec`