summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/ttl1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/ttl1.js')
-rw-r--r--jstests/noPassthroughWithMongod/ttl1.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/ttl1.js b/jstests/noPassthroughWithMongod/ttl1.js
index cba4d035b05..3ce494bc2ef 100644
--- a/jstests/noPassthroughWithMongod/ttl1.js
+++ b/jstests/noPassthroughWithMongod/ttl1.js
@@ -35,7 +35,6 @@ t.insert( { x : true } ) //non-date value
t.insert( { x : "yo" } ) //non-date value
t.insert( { x : 3 } ) //non-date value
t.insert( { x : /foo/ } ) //non-date value
-db.getLastError();
assert.eq( 30 , t.count() );