We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9cad0 commit ffe9fc5Copy full SHA for ffe9fc5
tests/es6/afArrayTests.js
@@ -373,6 +373,7 @@ describe("AFArray class and methods", function() {
373
it("should destroy temporaries (sync)", function() {
374
let arr, sub;
375
af.tmp(function() {
376
+ assert(this === af.tmp);
377
arr = new af.AFArray(10, af.dType.f32);
378
arr.set(new af.Col(0), 0);
379
arr.set(3, 1);
@@ -400,6 +401,7 @@ describe("AFArray class and methods", function() {
400
401
async(function*() {
402
403
yield af.tmp(async(function* () {
404
405
406
407
0 commit comments