aboutsummaryrefslogtreecommitdiff
path: root/test/pummel/test-timers.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-07-13 16:40:54 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-07-15 10:34:39 -0700
commit5f30377bbcf97ea68f9f26aec7078581129e0f76 (patch)
tree16d494bcb500caefe388ed0c6093de1cbedc35b5 /test/pummel/test-timers.js
parent4e50197e5330b7f1f603981f6dc817cac7f9a4f9 (diff)
downloadandroid-node-v8-5f30377bbcf97ea68f9f26aec7078581129e0f76.tar.gz
android-node-v8-5f30377bbcf97ea68f9f26aec7078581129e0f76.tar.bz2
android-node-v8-5f30377bbcf97ea68f9f26aec7078581129e0f76.zip
Load modules in individual contexts
Add NODE_MODULE_CONTEXTS env var Only one test was modified to check that this works. NEED to go through all tests and modify them so that NODE_MODULE_CONTEXTS=1 make test passes.
Diffstat (limited to 'test/pummel/test-timers.js')
-rw-r--r--test/pummel/test-timers.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pummel/test-timers.js b/test/pummel/test-timers.js
index 0aa470ca40..aa4e9892e4 100644
--- a/test/pummel/test-timers.js
+++ b/test/pummel/test-timers.js
@@ -1,5 +1,7 @@
require("../common");
+assert = require('assert');
+
var WINDOW = 200; // why is does this need to be so big?
var interval_count = 0;