summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-08-02 10:20:06 -0400
committerdwight <dwight@10gen.com>2011-08-02 10:20:06 -0400
commit6b7c5b006368f55c615f5e89dc6b751f0d99970c (patch)
treeb077baad0cf6fbfc3c465c5a9f90319fa6dd4a03 /shell
parenta541e65d0580be32bdebe7c8783faebf051dd44e (diff)
downloadmongo-6b7c5b006368f55c615f5e89dc6b751f0d99970c.tar.gz
compile multi line comment error
Diffstat (limited to 'shell')
-rw-r--r--shell/mongo_vstudio.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/mongo_vstudio.cpp b/shell/mongo_vstudio.cpp
index 7f1b5030c22..c2f43b670d7 100644
--- a/shell/mongo_vstudio.cpp
+++ b/shell/mongo_vstudio.cpp
@@ -974,6 +974,11 @@ const StringData _jscode_raw_utils =
"return \"__unknown_path__\"\n"
"}\n"
"\n"
+"jsTestOptions = function(){\n"
+"if( TestData ) return { noJournal : TestData.noJournal }\n"
+"return {}\n"
+"}\n"
+"\n"
"testLog = function(x){\n"
"print( jsTestFile() + \" - \" + x )\n"
"}\n"