Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/cancel/thread.cfa

    r8edbe40 rab8c6a6  
    44#include <exception.hfa>
    55
    6 EHM_EXCEPTION(internal_error)();
    7 EHM_VIRTUAL_TABLE(internal_error, internal_vt);
     6TRIVIAL_EXCEPTION(internal_error);
    87
    98thread WillCancel {};
     
    1514void main(WillCancel &) {
    1615        printf("1");
    17         cancel_stack((internal_error){&internal_vt});
     16        cancel_stack((internal_error){});
    1817        printf("!");
    1918}
Note: See TracChangeset for help on using the changeset viewer.