summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-of-no-deprecation.js
blob: d0ac75b4a336f1f43ec4b22b40b621bfc8ae6345 (plain)
1
2
3
4
5
6
7
'use strict';

const common = require('../common');

process.on('warning', common.mustNotCall());

Buffer.of(0, 1);