0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/jstests/_fail.js

4 lines
90 B
JavaScript
Raw Normal View History

// For testing the test runner.
assert.eq(1, 2, "fail1")
print("you should not see this")