Ignore:
Timestamp:
Jun 26, 2023, 10:51:47 AM (2 years ago)
Author:
caparson <caparson@…>
Branches:
master
Children:
917e1fd
Parents:
adc73a5 (diff), 1fbf481 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/virtual-poly.cfa

    radc73a5 r48ec19a  
    66 */
    77
     8#include <fstream.hfa>
    89#include <assert.h>
    910
     
    105106        mono_poly_test();
    106107        poly_poly_test();
    107         printf( "done\n" );
     108        sout | "done";
    108109}
Note: See TracChangeset for help on using the changeset viewer.