summaryrefslogtreecommitdiff
path: root/jstests/core/basicb.js
blob: 95eb60151af54e8d7cf7bfc44180553e2a171544 (plain)
1
2
3
4
5
6

t = db.basicb;
t.drop();

assert.throws( function() { t.insert( { '$a' : 5 } ); });