summaryrefslogtreecommitdiff
path: root/jstests/core/evald.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/evald.js')
-rw-r--r--jstests/core/evald.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/evald.js b/jstests/core/evald.js
index 02b7beb3e43..7e516e9f7d6 100644
--- a/jstests/core/evald.js
+++ b/jstests/core/evald.js
@@ -37,7 +37,7 @@ function doIt( ev, wait, where ) {
}
o = null;
- assert.soon( function() { o = op( ev, where ); return o != -1 } );
+ assert.soon( function() { o = op( ev, where ); return o != -1; } );
if ( wait ) {
sleep( 2000 );