mirror of https://github.com/nodejs/node.git
test: linting for buffer-free-callback test
Test added ind1f24044
does not pass linting rule added in3de353b5
. Fixed in this commit. `common` module required in all tests except those that intentionally leak variables. PR-URL: https://github.com/nodejs/node/pull/3230 Fixes: https://github.com/nodejs/node/issues/3229 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
parent
f5a3f44f5c
commit
6f63a4af0e
|
@ -1,6 +1,7 @@
|
|||
'use strict';
|
||||
// Flags: --expose-gc
|
||||
|
||||
require('../../common');
|
||||
var assert = require('assert');
|
||||
var binding = require('./build/Release/binding');
|
||||
var buf = binding.alloc();
|
||||
|
|
Loading…
Reference in New Issue