diff options
Diffstat (limited to 'jstests/core/mod1.js')
-rw-r--r-- | jstests/core/mod1.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/mod1.js b/jstests/core/mod1.js index 11be6b1b293..29a7f372809 100644 --- a/jstests/core/mod1.js +++ b/jstests/core/mod1.js @@ -1,3 +1,7 @@ +// @tags: [ +// # Uses $where operator +// requires_scripting, +// ] t = db.mod1; t.drop(); |