Changeset 55b060d for tests/array-container/dimexpr-match-cfa.cfa
- Timestamp:
- Aug 30, 2023, 10:13:45 PM (2 years ago)
- Branches:
- master
- Children:
- 0b8c951d
- Parents:
- 38de914
- File:
-
- 1 edited
-
tests/array-container/dimexpr-match-cfa.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/array-container/dimexpr-match-cfa.cfa
r38de914 r55b060d 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."
Note:
See TracChangeset
for help on using the changeset viewer.