Skip to content

Commit

Permalink
Don't use empty.js - breaks module test
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 10, 2010
1 parent 9b85772 commit c86f3c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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;
Expand Down
File renamed without changes.

0 comments on commit c86f3c5

Please sign in to comment.