summary refs log tree commit diff stats
path: root/tests/vm/tvmops.nim
Commit message (Collapse)AuthorAgeFilesLines
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-021-2/+2
| | | | | * typo: nonexistant => nonexistent * fix test (ordering differs because of https://github.com/nim-lang/Nim/issues/17910)
* misc fixes: remove `forceConst` (obsolete by static), add more ↵Timothee Cour2021-05-011-12/+2
| | | | | | | | | | | | | runnableExamples to system (#17896) * misc fixes * add runnableExamples for compileOption * add runnableExamples for runnableExamples * move tconsteval => tconst * cleanup
* [backport => 1.0] fix #16428 vmops now works for generic procs (#16429)Timothee Cour2020-12-221-0/+4
| | | | | * fix #16428 vmops now works for generic procs * remove duplication
* 32 bit fixes (#10608)Arne Döring2019-02-131-0/+5
|
* add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); ↵Timothee Cour2018-12-181-0/+47
add tests for vmops (#9925)