summary refs log tree commit diff stats
path: root/tests/vm/treset.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove echo statements in tests (part 1) (#20178)ringabout2022-08-231-4/+1
| | | | | | | | | | | * remove echo statements * Update tests/vm/triangle_array.nim * Update tests/vm/tyaytypedesc.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* added system.default in order to prevent the abstraction inversion that ↵Andreas Rumpf2019-03-051-1/+26
| | | | 'template default(T): untyped = (var x: T; x)' causes
* Support system.reset in vm (#10400)Oscar Nihlgård2019-01-211-0/+28