test: remove redeclared var in test-domain
PR-URL: https://github.com/nodejs/node/pull/4984 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
This commit is contained in:
parent
3874f32277
commit
f48793eb15
@ -175,7 +175,7 @@ function fn2(data) {
|
|||||||
assert.equal(data, 'data', 'should not be null err argument');
|
assert.equal(data, 'data', 'should not be null err argument');
|
||||||
}
|
}
|
||||||
|
|
||||||
var bound = d.intercept(fn2);
|
bound = d.intercept(fn2);
|
||||||
bound(null, 'data');
|
bound(null, 'data');
|
||||||
|
|
||||||
// intercepted should never pass first argument to callback
|
// intercepted should never pass first argument to callback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user