Browse Source

Don't use empty.js - breaks module test

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
7628905a9b
  1. 2
      benchmark/startup.js
  2. 0
      test/fixtures/semicolon.js

2
benchmark/startup.js

@ -1,6 +1,6 @@
var spawn = require('child_process').spawn,
path = require('path'),
emptyJsFile = path.join(__dirname, '../test/fixtures/empty.js'),
emptyJsFile = path.join(__dirname, '../test/fixtures/semicolon.js'),
starts = 100,
i = 0,
start;

0
test/fixtures/empty.js → test/fixtures/semicolon.js

Loading…
Cancel
Save