mirror of https://github.com/nodejs/node.git
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
|
// Flags: --no-node-snapshot
|
||
|
'use strict';
|
||
|
require('../../common');
|
||
|
|
||
|
// Just re-execute the main test.
|
||
|
require('./test');
|