summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/numberlong2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/numberlong2.js b/jstests/numberlong2.js
index 966ab2d33dd..ba30bdb43b0 100644
--- a/jstests/numberlong2.js
+++ b/jstests/numberlong2.js
@@ -1,6 +1,6 @@
// Test precision of NumberLong values with v1 index code SERVER-3717
-if ( 0 ) { // SERVER-3717
+if ( 1 ) { // SERVER-3717
t = db.jstests_numberlong2;
t.drop();