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:
parent
ff70f15cbc
commit
0092900ac1
@ -1,3 +1,7 @@
|
||||
function f() {
|
||||
throw "intentional_throw_to_test_assert_throws";
|
||||
}
|
||||
assert.throws(f);
|
||||
|
||||
// verify that join works
|
||||
db.sps.drop();
|
||||
|
Loading…
Reference in New Issue
Block a user