aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/throws_error.js
diff options
context:
space:
mode:
authorarlolra <arlolra@gmail.com>2010-02-25 01:36:17 -0500
committerRyan Dahl <ry@tinyclouds.org>2010-02-25 11:41:11 -0800
commit04fac198225ae48ed7726c15609d254fddce4862 (patch)
treeb09866cfed0c40d4cd3731f1d8b161e335df17e0 /test/fixtures/throws_error.js
parent9ad7539cf9c36edf4b014adb1ce979f578de0aa1 (diff)
downloadandroid-node-v8-04fac198225ae48ed7726c15609d254fddce4862.tar.gz
android-node-v8-04fac198225ae48ed7726c15609d254fddce4862.tar.bz2
android-node-v8-04fac198225ae48ed7726c15609d254fddce4862.zip
Split tests.
Diffstat (limited to 'test/fixtures/throws_error.js')
-rw-r--r--test/fixtures/throws_error.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/throws_error.js b/test/fixtures/throws_error.js
new file mode 100644
index 0000000000..728ece555f
--- /dev/null
+++ b/test/fixtures/throws_error.js
@@ -0,0 +1 @@
+throw new Error("blah");