Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/finally.cfa

    recfd758 r046a890  
    44#include "except-io.hfa"
    55
    6 EHM_EXCEPTION(myth)();
    7 
    8 EHM_VIRTUAL_TABLE(myth, myth_vt);
     6TRIVIAL_EXCEPTION(myth);
    97
    108int main(int argc, char * argv[]) {
    11         myth exc = {&myth_vt};
     9        myth exc;
    1210
    1311        try {
Note: See TracChangeset for help on using the changeset viewer.