Ignore:
Timestamp:
Aug 30, 2023, 10:13:45 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0b8c951d
Parents:
38de914
Message:

rename directories containers to collections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array-container/dimexpr-match-cfa.cfa

    r38de914 r55b060d  
    99#ifdef INCLUDE_MINIMAL
    1010#define POUNDINCLUDE #include
    11 POUNDINCLUDE <containers/array.hfa>
     11POUNDINCLUDE <collections/array.hfa>
    1212#else
    13 #include <containers/array.hfa>                           // part of SUT
     13#include <collections/array.hfa>                                                // part of SUT
    1414#endif
    1515
    16 #include "dimexpr-match.hfa"                              // test framework
     16#include "dimexpr-match.hfa"                                                    // test framework
    1717
    1818// CFA "classic" behaviour is inconsistent between "C array" and "new array."
Note: See TracChangeset for help on using the changeset viewer.