mirror of https://github.com/nodejs/node.git
Don't use empty.js - breaks module test
parent
f870240dcf
commit
7628905a9b
|
@ -1,6 +1,6 @@
|
||||||
var spawn = require('child_process').spawn,
|
var spawn = require('child_process').spawn,
|
||||||
path = require('path'),
|
path = require('path'),
|
||||||
emptyJsFile = path.join(__dirname, '../test/fixtures/empty.js'),
|
emptyJsFile = path.join(__dirname, '../test/fixtures/semicolon.js'),
|
||||||
starts = 100,
|
starts = 100,
|
||||||
i = 0,
|
i = 0,
|
||||||
start;
|
start;
|
||||||
|
|
Loading…
Reference in New Issue