Skip to content

Commit

Permalink
test: linting for buffer-free-callback test
Browse files Browse the repository at this point in the history
Test added in d1f2404 does not pass linting rule added in 3de353b.
Fixed in this commit. `common` module required in all tests except
those that intentionally leak variables.

PR-URL: #3230
Fixes: #3229
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
Trott committed Oct 7, 2015
1 parent f5a3f44 commit 6f63a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/addons/buffer-free-callback/test.js
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 6f63a4a

Please sign in to comment.