Remove old XXX comment about $elemMatch needing tests.

This commit is contained in:
David Glasser
2013-02-04 18:19:31 -08:00
parent a067818553
commit cde1f010ae

View File

@@ -825,7 +825,6 @@ Tinytest.add("minimongo - selector_compiler", function (test) {
{dogs: [{name: "Fido", age: 5}, {name: "Rex", age: 3}]});
// XXX still needs tests:
// - $elemMatch
// - non-scalar arguments to $gt, $lt, etc
});