Ignore:
Timestamp:
Aug 31, 2023, 11:31:15 PM (2 years ago)
Author:
JiadaL <j82liang@…>
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.
Message:

Resolve conflict

File:
1 moved

Legend:

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

    r92355883 r2a301ff  
    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."
     
    4444#endif
    4545
     46forall( [N] )
     47void zip( array(float, N) & a, array(float, N) & b ) {}
    4648
    4749DECLN_runTests {
     
    5052    int mut7 = 7, mut42 = 42;
    5153
    52    
    5354    #define TRY_COMPAT( LV, RV )            \
    5455    {                                       \
     
    103104    #undef TRY_COMPAT
    104105
    105 
    106     forall( [N] )
    107     void zip( array(float, N) & a, array(float, N) & b ) {}
    108 
    109106    #define TRY_COMPAT( LV, RV )            \
    110107    {                                       \
Note: See TracChangeset for help on using the changeset viewer.