test: make module test pass with NODE_PENDING_DEPRECATION

Some people set the `NODE_PENDING_DEPRECATION` environment variable
globally. This makes the test added in 115f0f5a57f50f6b039f28a
pass when that is the case.

Refs: https://github.com/nodejs/node/pull/26823

PR-URL: https://github.com/nodejs/node/pull/27019
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
This commit is contained in:
Anna Henningsen 2019-03-30 21:23:39 +01:00 committed by ZYSzys
parent 0817840f77
commit 198d7a47c2

View File

@ -29,7 +29,8 @@ const path = require('path');
const backslash = /\\/g;
process.on('warning', common.mustNotCall());
if (!process.env.NODE_PENDING_DEPRECATION)
process.on('warning', common.mustNotCall());
console.error('load test-module-loading.js');