summary refs log tree commit diff stats
path: root/tests/stdlib/tsince.nim
Commit message (Collapse)AuthorAgeFilesLines
* custom pragmas: correct error condition, remove outdated symkind whitelist ↵metagn2023-04-131-4/+3
| | | | | | | | | | | | | | | (#21653) * test not restricting custom pragma applied symbols fixes #21652 * fix other test * different patch * fix tests * actually test #18212 and other routines
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * 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
* fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ↵Timothee Cour2021-08-111-1/+1
| | | | | | | | | | | is overloaded) (#13869) * fix: `var a{.foo.} = expr` inside templates * add test * improve tdecls test * improve tests * add failing test * PRTEMP * fixup
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+32
* move since from inclrtl to std/private/since * move since import in system below for HCR