summaryrefslogtreecommitdiff
path: root/db/javatest.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <ehorowitz@shopwiki.com>2008-03-19 17:06:41 -0400
committerEliot Horowitz <ehorowitz@shopwiki.com>2008-03-19 17:06:41 -0400
commit9eac8e13011cd1345b60833dd0b018a1969875e6 (patch)
tree58f6db658d4e47c2997f3c3ee6bb9b0d6fc54c7f /db/javatest.cpp
parent7fd658e32933f963ce698380e4bd63366b7c28c9 (diff)
downloadmongo-9eac8e13011cd1345b60833dd0b018a1969875e6.tar.gz
fix for lazy init
Diffstat (limited to 'db/javatest.cpp')
-rw-r--r--db/javatest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/javatest.cpp b/db/javatest.cpp
index 3c670365f10..3e31c74b696 100644
--- a/db/javatest.cpp
+++ b/db/javatest.cpp
@@ -3,5 +3,6 @@
#include "javajs.h"
int main(){
+ JavaJS = new JavaJSImpl();
javajstest();
}