Commit acdb209
committed
Fix r2r2r_identity test
Reusing a plan for different arrays than it was created with requires that they
have the same size and alignment as was used for creating the plan. By
assigning an entirely new vec to `a` - which may have a different alignment -
this test currently violating that requirement.
Fix this by filling the existing vec instead of allocating a new one1 parent b376198 commit acdb209
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments