Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: migrate process.binding to internalBinding for misc. #24952

Closed
wants to merge 12 commits into from
Closed
Prev Previous commit
Next Next commit
test: remove unused flag in child process spawnsync validation errors…
… test
  • Loading branch information
BeniCheni committed Feb 27, 2019
commit 63a7690cc972ff7198b55a8b27c71e1d70de4f7f
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Flags: --expose_internals
'use strict';
const common = require('../common');
const assert = require('assert');
Expand Down