- File:
-
- 1 edited
-
tests/exceptions/virtual-cast.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/virtual-cast.cfa
r8f910430 r3bf9d10 9 9 */ 10 10 11 #include <fstream.hfa> 11 12 #include <stdlib.hfa> 12 13 #include <assert.h> 13 14 15 14 16 15 // Hand defined alpha virtual type: … … 106 105 free(tri); 107 106 free(top); 108 printf( "done\n" );// non-empty .expect file107 sout | "done"; // non-empty .expect file 109 108 }
Note:
See TracChangeset
for help on using the changeset viewer.