Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/finally.cfa

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