Changeset 2a301ff for tests/exceptions/virtual-poly.cfa
- Timestamp:
- Aug 31, 2023, 11:31:15 PM (2 years ago)
- Branches:
- master
- Children:
- 950c58e
- Parents:
- 92355883 (diff), 686912c (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. - File:
-
- 1 edited
-
tests/exceptions/virtual-poly.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/virtual-poly.cfa
r92355883 r2a301ff 6 6 */ 7 7 8 #include <fstream.hfa> 8 9 #include <assert.h> 9 10 … … 105 106 mono_poly_test(); 106 107 poly_poly_test(); 107 printf( "done\n" );108 sout | "done"; 108 109 }
Note:
See TracChangeset
for help on using the changeset viewer.