Skip to content

Commit c77fc71

Browse files
TrottMyles Borins
authored and
Myles Borins
committed
test: remove unused var from test-assert.js
`aethrow` is defined as a function returned from makeBlock() but the function is never used and the call to makeBlock() does not run any tests. PR-URL: #4405 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 53dcbb6 commit c77fc71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/parallel/test-assert.js

-2
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ assert.throws(makeBlock(a.deepStrictEqual, new Boolean(true), {}),
271271
function thrower(errorConstructor) {
272272
throw new errorConstructor('test');
273273
}
274-
var aethrow = makeBlock(thrower, a.AssertionError);
275-
aethrow = makeBlock(thrower, a.AssertionError);
276274

277275
// the basic calls work
278276
assert.throws(makeBlock(thrower, a.AssertionError),

0 commit comments

Comments
 (0)