diff options
author | dwight <dwight@10gen.com> | 2011-08-02 10:20:06 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2011-08-02 10:20:06 -0400 |
commit | 6b7c5b006368f55c615f5e89dc6b751f0d99970c (patch) | |
tree | b077baad0cf6fbfc3c465c5a9f90319fa6dd4a03 /shell | |
parent | a541e65d0580be32bdebe7c8783faebf051dd44e (diff) | |
download | mongo-6b7c5b006368f55c615f5e89dc6b751f0d99970c.tar.gz |
compile multi line comment error
Diffstat (limited to 'shell')
-rw-r--r-- | shell/mongo_vstudio.cpp | 5 |
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" |