Changeset a8a3485
- Timestamp:
- Jun 19, 2020, 6:13:21 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 7f9968a
- Parents:
- 6c4bd02
- Location:
- tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/copyfile.txt
r6c4bd02 ra8a3485 10 10 // Created On : Fri Jun 19 13:44:05 2020 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jun 19 1 4:16:44202013 // Update Count : 312 // Last Modified On : Fri Jun 19 17:58:03 2020 13 // Update Count : 4 14 14 // 15 15 … … 23 23 try { 24 24 choose ( argc ) { 25 char ch;26 25 case 2, 3: 27 26 open( in, argv[1] ); // open input file first as output creates file -
tests/.in/copyfile.txt
r6c4bd02 ra8a3485 10 10 // Created On : Fri Jun 19 13:44:05 2020 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jun 19 1 4:16:44202013 // Update Count : 312 // Last Modified On : Fri Jun 19 17:58:03 2020 13 // Update Count : 4 14 14 // 15 15 … … 23 23 try { 24 24 choose ( argc ) { 25 char ch;26 25 case 2, 3: 27 26 open( in, argv[1] ); // open input file first as output creates file -
tests/copyfile.cfa
r6c4bd02 ra8a3485 10 10 // Created On : Fri Jun 19 13:44:05 2020 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jun 19 1 4:16:44202013 // Update Count : 312 // Last Modified On : Fri Jun 19 17:58:03 2020 13 // Update Count : 4 14 14 // 15 15 … … 23 23 try { 24 24 choose ( argc ) { 25 char ch;26 25 case 2, 3: 27 26 open( in, argv[1] ); // open input file first as output creates file
Note: See TracChangeset
for help on using the changeset viewer.