diff options
Diffstat (limited to 'jstests/core/numberlong3.js')
-rw-r--r-- | jstests/core/numberlong3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/numberlong3.js b/jstests/core/numberlong3.js index 10036c0544e..b8a8c9c468e 100644 --- a/jstests/core/numberlong3.js +++ b/jstests/core/numberlong3.js @@ -12,7 +12,7 @@ for( i = 10; i >= 0; --i ) { } } -ret = t.find().sort({x:1}).toArray().filter( function( x ) { return typeof( x.x.floatApprox ) != 'undefined' } ); +ret = t.find().sort({x:1}).toArray().filter( function( x ) { return typeof( x.x.floatApprox ) != 'undefined'; } ); //printjson( ret ); |