summary refs log tree commit diff stats
path: root/tests/coroutines
Commit message (Expand)AuthorAgeFilesLines
* attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-291-0/+1
* Fix waiting on coroutines (#5463)Rokas Kupstys2017-03-022-0/+20
* Proper use of sequences in coroutine testsRokas Kupstys2017-02-242-11/+8
* Removed test code from coro.nim and created three real tests for coroutinesRokas Kupstys2017-02-206-0/+68
f='#n65'>65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114