summaryrefslogtreecommitdiff
path: root/jstests/basicb.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/basicb.js')
-rw-r--r--jstests/basicb.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/jstests/basicb.js b/jstests/basicb.js
deleted file mode 100644
index 0070f70068f..00000000000
--- a/jstests/basicb.js
+++ /dev/null
@@ -1,7 +0,0 @@
-
-t = db.basicb;
-t.drop();
-
-assert.throws( "t.insert( { '$a' : 5 } );" );
-t.insert( { '$a' : 5 } , 0, true );
-