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")
|