mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
// For testing the test runner.
|
|
assert.eq(1, 2, "fail1")
|
|
|
|
print("you should not see this") |