summaryrefslogtreecommitdiff
path: root/jstests/core/distinct2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/distinct2.js')
-rw-r--r--jstests/core/distinct2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/distinct2.js b/jstests/core/distinct2.js
index 41ee78c5117..1517ec5ca3a 100644
--- a/jstests/core/distinct2.js
+++ b/jstests/core/distinct2.js
@@ -8,6 +8,6 @@ assert.eq( 0 , t.distinct('a.b').length , "A" );
t.drop();
t.save( { a : 1 } );
assert.eq( [1] , t.distinct( "a" ) , "B" );
-t.save( {} )
+t.save( {} );
assert.eq( [1] , t.distinct( "a" ) , "C" );