aboutsummaryrefslogtreecommitdiff
path: root/demos/scons-embind/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'demos/scons-embind/test.js')
-rw-r--r--demos/scons-embind/test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/scons-embind/test.js b/demos/scons-embind/test.js
deleted file mode 100644
index a6252fd8..00000000
--- a/demos/scons-embind/test.js
+++ /dev/null
@@ -1,2 +0,0 @@
-var thelibrary = require('./build/thelibrary.js');
-thelibrary.Module.print_some_stuff(1, 2, 'hello world');