Changeset 1427e90


Ignore:
Timestamp:
Jan 11, 2019, 10:55:37 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
6044200
Parents:
456834b
Message:

Added coroutine name to pingpong program for better errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/coroutine/pingpong.cfa

    r456834b r1427e90  
    2424
    2525void ?{}( PingPong & this, const char * name, unsigned int N, PingPong & part ) {
     26        (this.__cor){name};
    2627        this.name = name;
    2728        this.N = N;
Note: See TracChangeset for help on using the changeset viewer.