From 7628905a9b9bb775cbcea91c1f6521bbd37549e7 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 9 Sep 2010 16:22:57 -0700 Subject: [PATCH] Don't use empty.js - breaks module test --- benchmark/startup.js | 2 +- test/fixtures/{empty.js => semicolon.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/fixtures/{empty.js => semicolon.js} (100%) diff --git a/benchmark/startup.js b/benchmark/startup.js index 3d1f443a4f8..97bb8d5189a 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 similarity index 100% rename from test/fixtures/empty.js rename to test/fixtures/semicolon.js