Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/coroutineYield.cfa

    raaf92de r427854b  
    3838
    3939
    40 Coroutine c;
    4140int main(int argc, char* argv[]) {
     41        Coroutine c;
    4242        for(int i = 0; TEST(i < N); i++) {
    4343                #if !defined(TEST_FOREVER)
Note: See TracChangeset for help on using the changeset viewer.