summaryrefslogtreecommitdiff
path: root/jstests/core/update_invalid1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/update_invalid1.js')
-rw-r--r--jstests/core/update_invalid1.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/update_invalid1.js b/jstests/core/update_invalid1.js
index 7c94507f560..46b68f7db63 100644
--- a/jstests/core/update_invalid1.js
+++ b/jstests/core/update_invalid1.js
@@ -1,6 +1,6 @@
-t = db.update_invalid1
-t.drop()
+t = db.update_invalid1;
+t.drop();
t.update( { _id : 5 } , { $set : { $inc : { x : 5 } } } , true );
assert.eq( 0 , t.count() , "A1" );