aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/src/TestFFI.js
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/TestFFI.js')
-rw-r--r--example/src/TestFFI.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/example/src/TestFFI.js b/example/src/TestFFI.js
deleted file mode 100644
index dc2f04f..0000000
--- a/example/src/TestFFI.js
+++ /dev/null
@@ -1,7 +0,0 @@
1'use strict';
2
3// module Test
4
5var testing = 'abcde';
6
7exports.testing = testing;