aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/echo.js
diff options
context:
space:
mode:
authorJoshaven Potter <yourtech@gmail.com>2010-10-06 23:05:23 -0400
committerRyan Dahl <ry@tinyclouds.org>2010-10-06 20:40:57 -0700
commit3d4e4d89099f1c08e586060961ed884e5f52301a (patch)
tree7d15462001773751a6831479f8faac8c1707590e /test/fixtures/echo.js
parent9481bc1009765b24390239a1d7d88bebae5db731 (diff)
downloadandroid-node-v8-3d4e4d89099f1c08e586060961ed884e5f52301a.tar.gz
android-node-v8-3d4e4d89099f1c08e586060961ed884e5f52301a.tar.bz2
android-node-v8-3d4e4d89099f1c08e586060961ed884e5f52301a.zip
syntax fixes to pass jslint
Diffstat (limited to 'test/fixtures/echo.js')
-rw-r--r--test/fixtures/echo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/echo.js b/test/fixtures/echo.js
index 9274f8cf7e..f206b515c7 100644
--- a/test/fixtures/echo.js
+++ b/test/fixtures/echo.js
@@ -1,5 +1,5 @@
common = require("../common");
-assert = common.assert
+assert = common.assert;
common.print("hello world\r\n");