Files
Kmake/test/parallel/test-buffer-of-no-deprecation.js

8 lines
116 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
const common = require('../common');
process.on('warning', common.mustNotCall());
Buffer.of(0, 1);