Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

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 9, 2010
1 parent f870240 commit 7628905
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 7628905

Please sign in to comment.