summaryrefslogtreecommitdiff
path: root/test/message/hello_world.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-06-18 18:14:06 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-06-18 18:14:06 -0700
commit125b868e06853c86ef55a809939f7cef2ec806e1 (patch)
treee5be0d73b5a48316878e60c210f28cece182492d /test/message/hello_world.js
parent70c3e661b8a7338c3d959e19d48905e8161ea5e5 (diff)
downloadandroid-node-v8-125b868e06853c86ef55a809939f7cef2ec806e1.tar.gz
android-node-v8-125b868e06853c86ef55a809939f7cef2ec806e1.tar.bz2
android-node-v8-125b868e06853c86ef55a809939f7cef2ec806e1.zip
Add message tests
Diffstat (limited to 'test/message/hello_world.js')
-rw-r--r--test/message/hello_world.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/message/hello_world.js b/test/message/hello_world.js
new file mode 100644
index 0000000000..2bb74e8ca9
--- /dev/null
+++ b/test/message/hello_world.js
@@ -0,0 +1,3 @@
+require('../common');
+
+error('hello world');