summaryrefslogtreecommitdiff
path: root/jstests/core/basicb.js
diff options
context:
space:
mode:
authorNick Zolnierz <nicholas.zolnierz@mongodb.com>2017-10-03 17:10:50 -0400
committerNick Zolnierz <nicholas.zolnierz@mongodb.com>2017-10-12 11:34:49 -0400
commitb5cea947a24609d098d4e5d691a1b7a9a8debb1d (patch)
tree1d9054462fcbc4502ddd9b1874c17f46197369a8 /jstests/core/basicb.js
parent5c7a7ca7ec6fc123882e0feed80d95c3431a47f5 (diff)
downloadmongo-b5cea947a24609d098d4e5d691a1b7a9a8debb1d.tar.gz
SERVER-24174: Inconsistent rule for storing dotted field names
Diffstat (limited to 'jstests/core/basicb.js')
-rw-r--r--jstests/core/basicb.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/jstests/core/basicb.js b/jstests/core/basicb.js
deleted file mode 100644
index 65531d706a1..00000000000
--- a/jstests/core/basicb.js
+++ /dev/null
@@ -1,7 +0,0 @@
-
-t = db.basicb;
-t.drop();
-
-assert.throws(function() {
- t.insert({'$a': 5});
-});