Ignore:
File:
1 edited

Legend:

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

    recfd758 r5715d43  
    1717#include <exception.hfa>
    1818
    19 EHM_EXCEPTION(ping)();
    20 EHM_VIRTUAL_TABLE(ping, ping_vt);
     19TRIVIAL_EXCEPTION(ping);
    2120
    2221int main(void) {
    2322        try {
    24                 throwResume (ping){&ping_vt};
     23                throwResume (ping){};
    2524        } catchResume (ping *) {
    2625                printf("%s threads\n", threading_enabled() ? "with" : "no");
Note: See TracChangeset for help on using the changeset viewer.