Changeset b9376fe for tests/array-container/array-md-sbscr-cases.cfa
- Timestamp:
- May 5, 2021, 2:12:36 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:
- 7f54356, a67c5b6
- Parents:
- 4026d1be (diff), f302d80 (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 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/array-container/array-md-sbscr-cases.cfa
r4026d1be rb9376fe 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.