Changeset 3f631d6 for tests/Makefile.am


Ignore:
Timestamp:
Apr 10, 2025, 7:44:17 PM (9 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
570e7ad
Parents:
d175767
Message:

Switch string io to be generic upon iostream, rather than specific upon fstream.

No direct test added because we currently lack a second implementation of the abstract streams.

Benefit is removing polymorphism-induced noise from cost calculations, in upcoming string-overload reorganizations.

The change in tests 'collections/string-operator*' shows cases where we stopped picking string for the wrong reason. (If we should be picking string for a better reason, that's just ahead.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rd175767 r3f631d6  
    288288        -cp ${test} ${abspath ${@}}
    289289
     290collections/string-operator-ERR09 : collections/string-operator.cfa
     291        ${CFACOMPILE_SYNTAX} -DTRY_MR09
     292        -cp ${test} ${abspath ${@}}
     293
    290294collections/string-operator-ERR15 : collections/string-operator.cfa
    291295        ${CFACOMPILE_SYNTAX} -DTRY_MR15
Note: See TracChangeset for help on using the changeset viewer.