- File:
-
- 1 edited
-
tests/concurrent/coroutineYield.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/coroutineYield.cfa
raaf92de r427854b 38 38 39 39 40 Coroutine c;41 40 int main(int argc, char* argv[]) { 41 Coroutine c; 42 42 for(int i = 0; TEST(i < N); i++) { 43 43 #if !defined(TEST_FOREVER)
Note:
See TracChangeset
for help on using the changeset viewer.