nodejs/test/parallel/test-buffer-of-no-deprecati...

8 lines
116 B
JavaScript

'use strict';
const common = require('../common');
process.on('warning', common.mustNotCall());
Buffer.of(0, 1);