summaryrefslogtreecommitdiff
path: root/test/message
diff options
context:
space:
mode:
authorFelix Geisendörfer <felix@debuggable.com>2011-01-23 23:40:56 +0100
committerRyan Dahl <ry@tinyclouds.org>2011-01-23 14:53:17 -0800
commit5a49f96505e48d2a1aa3a21233976f41fe1257ce (patch)
treee71450790ff8e292399c1fec7c99ad49b798d27a /test/message
parent8d37f80f4b582a55d229521cce83670b60300ec0 (diff)
downloadandroid-node-v8-5a49f96505e48d2a1aa3a21233976f41fe1257ce.tar.gz
android-node-v8-5a49f96505e48d2a1aa3a21233976f41fe1257ce.tar.bz2
android-node-v8-5a49f96505e48d2a1aa3a21233976f41fe1257ce.zip
Move commonjs module system into lib/module.js
This de-couples NativeModule from the module system and completes the main objective of this refactoring.
Diffstat (limited to 'test/message')
-rw-r--r--test/message/undefined_reference_in_new_context.out10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/message/undefined_reference_in_new_context.out b/test/message/undefined_reference_in_new_context.out
index 7c09092b34..7d6f338273 100644
--- a/test/message/undefined_reference_in_new_context.out
+++ b/test/message/undefined_reference_in_new_context.out
@@ -5,9 +5,9 @@ node.js:*
^
ReferenceError: foo is not defined
at evalmachine.<anonymous>:*
- at *test/message/undefined_reference_in_new_context.js:*
- at Module._compile (node.js:*)
- at Object..js (node.js:*)
- at Module.load (node.js:*)
- at Array.<anonymous> (node.js:*)
+ at Object.<anonymous> (*test/message/undefined_reference_in_new_context.js:*)
+ at Module._compile (module.js:*)
+ at Object..js (module.js:*)
+ at Module.load (module.js:*)
+ at Array.<anonymous> (module.js:*)
at EventEmitter._tickCallback (node.js:*)