| 84 | } |
| 85 | |
| 86 | TEST(GeneralAssign, ASSS) { |
| 87 | af_index_t indexs[2]; |
| 88 | indexs[1].idx.seq = af_make_seq(0, 9, 1); |
| 89 | indexs[0].isSeq = false; |
| 90 | indexs[1].isSeq = true; |
| 91 | |
| 92 | testGeneralAssignOneArray(string(TEST_DIR "/gen_assign/as0_9s0_ns0_n.test"), |
| 93 | 2, indexs, 0); |
| 94 | } |
| 95 | |
| 96 | TEST(GeneralAssign, SASS) { |
| 97 | af_index_t indexs[2]; |
nothing calls this directly
no test coverage detected