summaryrefslogtreecommitdiff
path: root/jstests/core/loadserverscripts.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/loadserverscripts.js')
-rw-r--r--jstests/core/loadserverscripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/loadserverscripts.js b/jstests/core/loadserverscripts.js
index c0b5a4065a1..4288ae973a0 100644
--- a/jstests/core/loadserverscripts.js
+++ b/jstests/core/loadserverscripts.js
@@ -27,7 +27,7 @@ x = testdb.system.js.count();
assert.eq( x, 3, "Should now be one function in the system.js collection");
// Set a global variable that will be over-written
-var changeme = true
+var changeme = true;
// Load that function
testdb.loadServerScripts();