summaryrefslogtreecommitdiff
path: root/jstests/core/dbref3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/dbref3.js')
-rw-r--r--jstests/core/dbref3.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/dbref3.js b/jstests/core/dbref3.js
index c98e22ea36b..6a91a56da2a 100644
--- a/jstests/core/dbref3.js
+++ b/jstests/core/dbref3.js
@@ -1,9 +1,6 @@
// Make sure we only make a DBRef object for objects where the first field is a string named $ref
// and the second field is $id with any type. Only the first two fields matter for deciding if it
// is a DBRef. See http://docs.mongodb.org/manual/reference/database-references/#dbrefs.
-//
-// It is not until mongod v4.4 that we support $-prefixed field names in $project stages.
-// @tags: [requires_fcv_44]
var t = db.dbref3;