Changeset d653faf
- Timestamp:
- May 4, 2021, 8:44:42 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a5db488, f55d54d
- Parents:
- 3c2c2f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/array-container/array-md-sbscr-cases.cfa
r3c2c2f0 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.