summaryrefslogtreecommitdiff
path: root/jstests/core/run_program1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/run_program1.js')
-rw-r--r--jstests/core/run_program1.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/run_program1.js b/jstests/core/run_program1.js
index 7a994b2171a..871b53c8ddd 100644
--- a/jstests/core/run_program1.js
+++ b/jstests/core/run_program1.js
@@ -1,8 +1,8 @@
if ( ! _isWindows() ) {
// note that normal program exit returns 0
- assert.eq (0, runProgram('true'))
- assert.neq(0, runProgram('false'))
+ assert.eq (0, runProgram('true'));
+ assert.neq(0, runProgram('false'));
assert.neq(0, runProgram('this_program_doesnt_exit'));
//verify output visually