aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/registerExt.hello.world
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-09-21 16:51:55 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-09-22 10:13:25 -0700
commitdff1b5ad109113d007aca2c9a310f78129f48049 (patch)
tree383a1808cb491821c2e9cf128b659c23f0bdfba5 /test/fixtures/registerExt.hello.world
parent9922e4e433996722a76edb46d14f1729f33b4bed (diff)
downloadandroid-node-v8-dff1b5ad109113d007aca2c9a310f78129f48049.tar.gz
android-node-v8-dff1b5ad109113d007aca2c9a310f78129f48049.tar.bz2
android-node-v8-dff1b5ad109113d007aca2c9a310f78129f48049.zip
Don't try to run extension loaders unless they're actually functions
Diffstat (limited to 'test/fixtures/registerExt.hello.world')
-rw-r--r--test/fixtures/registerExt.hello.world1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/registerExt.hello.world b/test/fixtures/registerExt.hello.world
new file mode 100644
index 0000000000..0420edca79
--- /dev/null
+++ b/test/fixtures/registerExt.hello.world
@@ -0,0 +1 @@
+exports.test = 'passed'