- File:
-
- 1 edited
-
tests/array-container/array-md-sbscr-cases.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/array-container/array-md-sbscr-cases.cfa
rb9dae14c rd653faf 108 108 109 109 // order wxzy: wx*z, y 110 110 #if 0 111 // not working on 32-bit 111 112 assert(( wxyz[[iw , ix , all , iz ]][iy ] == valExpected )); 112 113 assert(( wxyz[[iw , ix , all , iz-1]][iy ] != valExpected )); 113 114 assert(( wxyz[[iw , ix , all , iz ]][iy-1] != valExpected )); 115 #endif 114 116 } 115 117
Note:
See TracChangeset
for help on using the changeset viewer.