summaryrefslogtreecommitdiff
path: root/test/add.post.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/add.post.js')
-rw-r--r--test/add.post.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/add.post.js b/test/add.post.js
new file mode 100644
index 000000000..a5ceeda53
--- /dev/null
+++ b/test/add.post.js
@@ -0,0 +1,6 @@
+
+Module.print(Module._add(1, 1));
+Module.print(Module._add(5, 6));
+Module.print(Module._add(6, 5));
+Module.print(Module._add(-12, 101));
+