summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmark/startup.js2
-rw-r--r--test/fixtures/semicolon.js (renamed from test/fixtures/empty.js)0
2 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/startup.js b/benchmark/startup.js
index 3d1f443a4..97bb8d518 100644
--- a/benchmark/startup.js
+++ b/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;
diff --git a/test/fixtures/empty.js b/test/fixtures/semicolon.js
index 092bc2b04..092bc2b04 100644
--- a/test/fixtures/empty.js
+++ b/test/fixtures/semicolon.js