summaryrefslogtreecommitdiff
path: root/test/message/hello_world.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-06-19 17:41:34 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-06-19 17:41:34 -0700
commit7d0252eae2ff0a6d711535af4712d0d67ba34106 (patch)
tree11fc2808bd4de805978edc6906fe57c2492df45f /test/message/hello_world.js
parent125b868e06853c86ef55a809939f7cef2ec806e1 (diff)
downloadandroid-node-v8-7d0252eae2ff0a6d711535af4712d0d67ba34106.tar.gz
android-node-v8-7d0252eae2ff0a6d711535af4712d0d67ba34106.tar.bz2
android-node-v8-7d0252eae2ff0a6d711535af4712d0d67ba34106.zip
Fix message tests
Diffstat (limited to 'test/message/hello_world.js')
-rw-r--r--test/message/hello_world.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message/hello_world.js b/test/message/hello_world.js
index 2bb74e8ca9..2810b74851 100644
--- a/test/message/hello_world.js
+++ b/test/message/hello_world.js
@@ -1,3 +1,3 @@
require('../common');
-error('hello world');
+puts('hello world');