0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

one more shell test

This commit is contained in:
dwight 2011-01-01 16:43:28 -05:00
parent ff70f15cbc
commit 0092900ac1

View File

@ -1,3 +1,7 @@
function f() {
throw "intentional_throw_to_test_assert_throws";
}
assert.throws(f);
// verify that join works
db.sps.drop();