summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/using2_runme.js
diff options
context:
space:
mode:
authorOliver Buchtala <oliver.buchtala@googlemail.com>2012-09-08 00:56:48 +0000
committerOliver Buchtala <oliver.buchtala@googlemail.com>2012-09-08 00:56:48 +0000
commit050219d998c0a518b54366c6c543fa926e601e5b (patch)
treea199f8711e72e8120ce62fbb02a30c07c87128b5 /Examples/test-suite/javascript/using2_runme.js
parent360ef44e09e9072702215c46306731ccbbbc1d03 (diff)
downloadswig-050219d998c0a518b54366c6c543fa926e601e5b.tar.gz
Merge branch 'devel' of https://github.com/Neha03/gsoc2012-javascript into devel
Conflicts: .project COPYRIGHT Doc/Manual/style.css Examples/Makefile.in Examples/test-suite/common.mk Lib/typemaps/strings.swg Makefile.in Source/DOH/fio.c Source/Makefile.am Source/Modules/emit.cxx Source/Modules/javascript.cxx configure.in git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13764 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite/javascript/using2_runme.js')
-rw-r--r--Examples/test-suite/javascript/using2_runme.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/test-suite/javascript/using2_runme.js b/Examples/test-suite/javascript/using2_runme.js
new file mode 100644
index 000000000..948f58ead
--- /dev/null
+++ b/Examples/test-suite/javascript/using2_runme.js
@@ -0,0 +1,3 @@
+
+if (using2.spam(37) != 37)
+ throw "RuntimeError";