Files
Kmake/test/parallel/test-buffer-of-no-deprecation.js
2026-05-26 23:36:42 -07:00

8 lines
116 B
JavaScript

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