Changeset 2a301ff for tests/array-collections/dimexpr-match-cfa.cfa
- Timestamp:
- Aug 31, 2023, 11:31:15 PM (2 years ago)
- 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. - File:
-
- 1 moved
-
tests/array-collections/dimexpr-match-cfa.cfa (moved) (moved from tests/array-container/dimexpr-match-cfa.cfa ) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/array-collections/dimexpr-match-cfa.cfa
r92355883 r2a301ff 9 9 #ifdef INCLUDE_MINIMAL 10 10 #define POUNDINCLUDE #include 11 POUNDINCLUDE <co ntainers/array.hfa>11 POUNDINCLUDE <collections/array.hfa> 12 12 #else 13 #include <co ntainers/array.hfa>// part of SUT13 #include <collections/array.hfa> // part of SUT 14 14 #endif 15 15 16 #include "dimexpr-match.hfa" // test framework16 #include "dimexpr-match.hfa" // test framework 17 17 18 18 // CFA "classic" behaviour is inconsistent between "C array" and "new array." … … 44 44 #endif 45 45 46 forall( [N] ) 47 void zip( array(float, N) & a, array(float, N) & b ) {} 46 48 47 49 DECLN_runTests { … … 50 52 int mut7 = 7, mut42 = 42; 51 53 52 53 54 #define TRY_COMPAT( LV, RV ) \ 54 55 { \ … … 103 104 #undef TRY_COMPAT 104 105 105 106 forall( [N] )107 void zip( array(float, N) & a, array(float, N) & b ) {}108 109 106 #define TRY_COMPAT( LV, RV ) \ 110 107 { \
Note:
See TracChangeset
for help on using the changeset viewer.