summaryrefslogtreecommitdiff
path: root/jstests/core/js7.js
blob: 78a84cafa9553580e930c415e6279058fa1b3b9f (plain)
1
2
3
4
5
6
7
8
// @tags: [requires_non_retryable_commands]

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

assert.eq(17, db.eval(function(foo) {
    return foo;
}, 17));