summaryrefslogtreecommitdiff
path: root/jstests/sortg.js
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2012-02-14 09:30:08 -0800
committerAaron <aaron@10gen.com>2012-02-24 22:49:08 -0800
commitafc4e7fe813a753bf24414ff1385226d8ebbbd86 (patch)
tree8f9e15194fb18651a9c7e73635fe7a5c6176758b /jstests/sortg.js
parentcb40560b1a085f9cd0e632b3e6879d6611df10dc (diff)
downloadmongo-afc4e7fe813a753bf24414ff1385226d8ebbbd86.tar.gz
4150 explain implementation checkpoint
Diffstat (limited to 'jstests/sortg.js')
-rw-r--r--jstests/sortg.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sortg.js b/jstests/sortg.js
index dd5410e9c30..eaf132f5e2f 100644
--- a/jstests/sortg.js
+++ b/jstests/sortg.js
@@ -33,7 +33,7 @@ noMemoryException( {$natural:1} );
t.ensureIndex( {a:1} );
t.ensureIndex( {b:1} );
-
+//
// These sorts are now indexed.
noMemoryException( {a:1} );
noMemoryException( {b:1} );