Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/linking/exception-withthreads.cfa

    recfd758 r5715d43  
    1818#include "../exceptions/with-threads.hfa"
    1919
    20 EHM_EXCEPTION(ping)();
    21 EHM_VIRTUAL_TABLE(ping, ping_vt);
     20TRIVIAL_EXCEPTION(ping);
    2221
    2322int main(void) {
    2423        try {
    25                 throwResume (ping){&ping_vt};
     24                throwResume (ping){};
    2625        } catchResume (ping *) {
    2726                printf("%s threads\n", threading_enabled() ? "with" : "no");
Note: See TracChangeset for help on using the changeset viewer.