Skip to content

Commit

Permalink
fixup! process: move test-process-uptime to parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Feb 19, 2019
1 parent a6ea194 commit fd7520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-process-uptime.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// USE OR OTHER DEALINGS IN THE SOFTWARE.

'use strict';
const common = require('../common');
require('../common');
const assert = require('assert');

console.error(process.uptime());
Expand Down

0 comments on commit fd7520e

Please sign in to comment.