summaryrefslogtreecommitdiff
path: root/jstests/datasize3.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-08-24 01:39:38 -0400
committerEliot Horowitz <eliot@10gen.com>2010-08-24 01:39:38 -0400
commit24908ed66fe38cfaa846b863b2e50f55f11ebd5a (patch)
treec276927b1ade485f3c25b9325d1f6cc1592d79f6 /jstests/datasize3.js
parent9a9eb885349ea4644a30adebcb82f995764a9e88 (diff)
downloadmongo-24908ed66fe38cfaa846b863b2e50f55f11ebd5a.tar.gz
fix datasize tests
Diffstat (limited to 'jstests/datasize3.js')
-rw-r--r--jstests/datasize3.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/datasize3.js b/jstests/datasize3.js
index e7a5f6ca1ba..d45f34be141 100644
--- a/jstests/datasize3.js
+++ b/jstests/datasize3.js
@@ -9,8 +9,6 @@ function run( options ){
return db.runCommand( c );
}
-assert.eq( 0 , run().ok );
-
t.insert( { x : 1 } )
a = run()