Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d0fe4c

Browse filesBrowse files
Trottjasnell
authored andcommitted
test: linting for buffer-free-callback test
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>
1 parent d439961 commit 2d0fe4c
Copy full SHA for 2d0fe4c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
  • test/addons/buffer-free-callback
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎test/addons/buffer-free-callback/test.js‎

Copy file name to clipboardExpand all lines: test/addons/buffer-free-callback/test.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22
// Flags: --expose-gc
33

4+
require('../../common');
45
var assert = require('assert');
56
var binding = require('./build/Release/binding');
67
var buf = binding.alloc();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.