summaryrefslogtreecommitdiff
path: root/test/pummel/test-watch-file.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-03-08 15:06:29 -0800
committerRyan Dahl <ry@tinyclouds.org>2010-03-08 17:57:04 -0800
commit5861db8a69695e4f1a8c82ad2de55e4b07ab981a (patch)
tree81530023f7a6de6051b9466566a439179dd84f61 /test/pummel/test-watch-file.js
parent74614c1bf173ce2c655a5d3595b45e38fd5f12d1 (diff)
downloadandroid-node-v8-5861db8a69695e4f1a8c82ad2de55e4b07ab981a.tar.gz
android-node-v8-5861db8a69695e4f1a8c82ad2de55e4b07ab981a.tar.bz2
android-node-v8-5861db8a69695e4f1a8c82ad2de55e4b07ab981a.zip
Remove process.mixin dependency from all tests.
Diffstat (limited to 'test/pummel/test-watch-file.js')
-rw-r--r--test/pummel/test-watch-file.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pummel/test-watch-file.js b/test/pummel/test-watch-file.js
index 3b9890037c..aaef2da7f4 100644
--- a/test/pummel/test-watch-file.js
+++ b/test/pummel/test-watch-file.js
@@ -1,4 +1,4 @@
-process.mixin(require("../common"));
+require("../common");
var fs = require("fs");
var path = require("path");