Changeset a8a3485


Ignore:
Timestamp:
Jun 19, 2020, 6:13:21 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

remove superfluous char ch declaration

Location:
tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/copyfile.txt

    r6c4bd02 ra8a3485  
    1010// Created On       : Fri Jun 19 13:44:05 2020
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jun 19 14:16:44 2020
    13 // Update Count     : 3
     12// Last Modified On : Fri Jun 19 17:58:03 2020
     13// Update Count     : 4
    1414//
    1515
     
    2323        try {
    2424                choose ( argc ) {
    25                         char ch;
    2625                  case 2, 3:
    2726                        open( in, argv[1] );                                            // open input file first as output creates file
  • tests/.in/copyfile.txt

    r6c4bd02 ra8a3485  
    1010// Created On       : Fri Jun 19 13:44:05 2020
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jun 19 14:16:44 2020
    13 // Update Count     : 3
     12// Last Modified On : Fri Jun 19 17:58:03 2020
     13// Update Count     : 4
    1414//
    1515
     
    2323        try {
    2424                choose ( argc ) {
    25                         char ch;
    2625                  case 2, 3:
    2726                        open( in, argv[1] );                                            // open input file first as output creates file
  • tests/copyfile.cfa

    r6c4bd02 ra8a3485  
    1010// Created On       : Fri Jun 19 13:44:05 2020
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jun 19 14:16:44 2020
    13 // Update Count     : 3
     12// Last Modified On : Fri Jun 19 17:58:03 2020
     13// Update Count     : 4
    1414//
    1515
     
    2323        try {
    2424                choose ( argc ) {
    25                         char ch;
    2625                  case 2, 3:
    2726                        open( in, argv[1] );                                            // open input file first as output creates file
Note: See TracChangeset for help on using the changeset viewer.