1'use strict';
2
3require('../common');
4const assert = require('assert');
5
6assert.strictEqual(require('path/win32'), require('path').win32);
7