mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
e7658471d3
This commit removes unnecessary flags used when starting tests via the "// Flags:" directive. PR-URL: https://github.com/nodejs/node/pull/25277 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
'use strict';
|
|
|
|
const common = require('../common');
|
|
|
|
process.on('warning', common.mustNotCall());
|
|
|
|
Buffer.of(0, 1);
|