summary refs log tree commit diff stats
path: root/tests/async/tasync_noasync.nim
Commit message (Collapse)AuthorAgeFilesLines
* Better error message and tests for bad await (#19622)huantian2022-04-131-3/+32
| | | | | | | | | | | * Better error message and tests for bad await * Use compiles to check if await is valid * temp: disable windows noasync test * Better error report, simplify test Co-authored-by: flywind <xzsflywind@gmail.com>
* fixes #15804 (#15820)Andreas Rumpf2020-11-021-3/+3
| | | | | | | | | * fixes #15804 * fix the existing test * add the testcase for #15804 Co-authored-by: narimiran <narimiran@disroot.org>
* Make await a template (#12085)Alexander Ivanov2020-04-251-0/+15
* Make await a template * Generate await inside async/multisync