Ignore:
Timestamp:
Jun 21, 2023, 9:45:08 PM (16 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
6065281f
Parents:
2de175ce
Message:

change printf to sout

File:
1 edited

Legend:

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

    r2de175ce r3bf9d10  
    99 */
    1010
     11#include <fstream.hfa>
    1112#include <stdlib.hfa>
    1213#include <assert.h>
    13 
    14 
    1514
    1615// Hand defined alpha virtual type:
     
    106105        free(tri);
    107106        free(top);
    108         printf( "done\n" );                             // non-empty .expect file
     107        sout | "done";                                                                          // non-empty .expect file
    109108}
Note: See TracChangeset for help on using the changeset viewer.