fix test/mut.bqn leaking references
This commit is contained in:
parent
1ac5f0a49d
commit
55e8a43297
@ -286,6 +286,7 @@ B internalTemp_c2(B t, B w, B x) {
|
|||||||
#ifdef TEST_MUT
|
#ifdef TEST_MUT
|
||||||
SGetU(x)
|
SGetU(x)
|
||||||
FILL_TO(tyarr_ptr(w), o2s(GetU(x,0)), o2s(GetU(x,1)), GetU(x,2), o2s(GetU(x,3)));
|
FILL_TO(tyarr_ptr(w), o2s(GetU(x,0)), o2s(GetU(x,1)), GetU(x,2), o2s(GetU(x,3)));
|
||||||
|
dec(w);
|
||||||
#endif
|
#endif
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -18,4 +18,4 @@ Do ← {𝕊:
|
|||||||
𝕩
|
𝕩
|
||||||
}
|
}
|
||||||
|
|
||||||
Do¨ ↕500000
|
Do¨ ↕100000
|
||||||
Loading…
Reference in New Issue
Block a user