aboutsummaryrefslogtreecommitdiff
path: root/test/message/throw_non_error.js
diff options
context:
space:
mode:
authorAndreas Madsen <amwebdk@gmail.com>2012-01-17 19:43:34 +0100
committerBert Belder <bertbelder@gmail.com>2012-01-17 19:45:09 +0100
commit48650639248e73f78b2bd4ba2d3d1590749753ce (patch)
tree8bdfcfb35d8254449b7542d659c05d3fee5afc8e /test/message/throw_non_error.js
parentca6ededbd1af5cc759ec98952b84c0b34edb2d40 (diff)
downloadandroid-node-v8-48650639248e73f78b2bd4ba2d3d1590749753ce.tar.gz
android-node-v8-48650639248e73f78b2bd4ba2d3d1590749753ce.tar.bz2
android-node-v8-48650639248e73f78b2bd4ba2d3d1590749753ce.zip
Tests: fix jslint issues
Diffstat (limited to 'test/message/throw_non_error.js')
-rw-r--r--test/message/throw_non_error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message/throw_non_error.js b/test/message/throw_non_error.js
index 702a40d9b6..afea96f49c 100644
--- a/test/message/throw_non_error.js
+++ b/test/message/throw_non_error.js
@@ -28,6 +28,6 @@ var assert = require('assert');
common.error('before');
// custom error throwing
-throw { foo: 'bar' }
+throw { foo: 'bar' };
common.error('after');