summary refs log tree commit diff stats
path: root/tests/stdlib/tmemfiles1.nim
Commit message (Collapse)AuthorAgeFilesLines
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* require errormsg to be specified before file.Arne Döring2018-12-111-4/+0
|
* activated more tests, allow input in test specArne Döring2018-11-231-1/+2
|
* minor fix - remove comments from discard sectionJamesP2015-09-271-1/+0
| | | | so koch test doesn't complain
* improve discard textJamesP2015-09-241-2/+2
|
* add memfiles test that closing a closed memFile is ignored (and raises no ↵JamesP2015-09-241-0/+13
[OSError])