summaryrefslogtreecommitdiff
path: root/jstests/readonly/lib
diff options
context:
space:
mode:
authorGeert Bosch <geert@mongodb.com>2016-11-22 16:53:05 -0500
committerGeert Bosch <geert@mongodb.com>2016-11-28 17:30:28 -0500
commit647ebfac9ebf1c5fc431a2ba813bf9c97b9bdab9 (patch)
tree93d4898671ee2b75f900013486a54dd875edab05 /jstests/readonly/lib
parent3c5671874c56a4b7866fda9bec9c233d3f754313 (diff)
downloadmongo-647ebfac9ebf1c5fc431a2ba813bf9c97b9bdab9.tar.gz
SERVER-24963 Fix invalidation of cursors on system.indexes
Diffstat (limited to 'jstests/readonly/lib')
-rw-r--r--jstests/readonly/lib/read_only_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/readonly/lib/read_only_test.js b/jstests/readonly/lib/read_only_test.js
index 99d0a1ced92..5b2775e697a 100644
--- a/jstests/readonly/lib/read_only_test.js
+++ b/jstests/readonly/lib/read_only_test.js
@@ -1,7 +1,7 @@
var StandaloneFixture, ShardedFixture, runReadOnlyTest, zip2, cycleN;
(function() {
- "use_strict";
+ "use strict";
function makeDirectoryReadOnly(dir) {
if (_isWindows()) {