summaryrefslogtreecommitdiff
path: root/jstests/core/geo_center_sphere1.js
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2022-02-28 22:30:51 -0500
committerJustin Seyster <justin.seyster@mongodb.com>2022-03-07 12:08:01 -0500
commit26bab136615f5f7a5d6c35e767e2321dcc31b956 (patch)
tree63ecab22fa06e3b308f91697864f272c44152595 /jstests/core/geo_center_sphere1.js
parent82190f17c29d5090c16af894ec21a9b51312cc4f (diff)
downloadmongo-26bab136615f5f7a5d6c35e767e2321dcc31b956.tar.gz
SERVER-61008 Upgrade vendorized mozjs to esr91.3
Co-authored-by: Mohammad Dashti <mdashti@gmail.com>
Diffstat (limited to 'jstests/core/geo_center_sphere1.js')
-rw-r--r--jstests/core/geo_center_sphere1.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/geo_center_sphere1.js b/jstests/core/geo_center_sphere1.js
index 6b77e099b56..2b37c7c3f96 100644
--- a/jstests/core/geo_center_sphere1.js
+++ b/jstests/core/geo_center_sphere1.js
@@ -58,8 +58,8 @@ function test(index) {
// printjson(t.find( q ).explain())
- // printjson( Array.sort( correct[i].map( function(z){ return z._id; } ) ) )
- // printjson( Array.sort( t.find(q).map( function(z){ return z._id; } ) ) )
+ // printjson( correct[i].map( function(z){ return z._id; } ).sort() )
+ // printjson( t.find(q).map( function(z){ return z._id; } ).sort() )
var numExpected = correct[i].length;
var x = correct[i].map(function(z) {