tunittest_error2.nim 234 B

1234567891011121314151617
  1. discard """
  2. exitcode: 1
  3. outputsub: '''
  4. [<foreign exception>]
  5. [FAILED] Bad test
  6. '''
  7. matrix: "-d:nodejs"
  8. targets: "js"
  9. joinable: false
  10. """
  11. # bug #16978
  12. import unittest
  13. test "Bad test":
  14. var x: cstring = nil
  15. let y = x[0]