summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/ns1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/ns1.js')
-rw-r--r--jstests/noPassthrough/ns1.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/jstests/noPassthrough/ns1.js b/jstests/noPassthrough/ns1.js
index 0eb07935bbc..ae5c6efd2f5 100644
--- a/jstests/noPassthrough/ns1.js
+++ b/jstests/noPassthrough/ns1.js
@@ -1,7 +1,7 @@
-load( "jstests/libs/slow_weekly_util.js" )
+load( "jstests/libs/slow_weekly_util.js" );
-testServer = new SlowWeeklyMongod( "ns1" )
+testServer = new SlowWeeklyMongod( "ns1" );
mydb = testServer.getDB( "test_ns1" );
check = function( n , isNew ){
@@ -13,7 +13,7 @@ check = function( n , isNew ){
assert.eq( 1 , coll.count() , "pop b: " + n );
assert.eq( n , coll.findOne()._id , "pop c: " + n );
return coll;
-}
+};
max = 0;
@@ -46,6 +46,6 @@ for ( i=0; i<its; i++ ){
print( i + "/" + its );
}
}
-print( "yay" )
+print( "yay" );
mydb.dropDatabase();