mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* fix #16256: nimout: <empty> should give error (vacuously true); improve some tests * renamed: tests/stdlib/t9710.nim -> tests/misc/t9710.nim * improve tests * fix non-DRY tests * improve $nim_prs_D/tests/stdlib/t9091.nim * renamed: tests/stdlib/t9091.nim -> tests/misc/t9091.nim * fixup * address comment: doAssert => result.parseErrors
7 lines
89 B
Nim
7 lines
89 B
Nim
discard """
|
|
matrix: "--debugger:native"
|
|
"""
|
|
# bug #9710
|
|
for i in 1 || 200:
|
|
discard i
|