summaryrefslogtreecommitdiff
path: root/jstests/gle/gle_sharded_wc.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/gle/gle_sharded_wc.js')
-rw-r--r--jstests/gle/gle_sharded_wc.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/jstests/gle/gle_sharded_wc.js b/jstests/gle/gle_sharded_wc.js
index bdde00cab25..375f3787a23 100644
--- a/jstests/gle/gle_sharded_wc.js
+++ b/jstests/gle/gle_sharded_wc.js
@@ -1,7 +1,7 @@
+//
// Tests of sharded GLE enforcing write concern against operations in a cluster
// Basic sharded GLE operation is tested elsewhere.
-
-(function() {
+//
// Options for a cluster with two replica set shards, the first with two nodes the second with one
// This lets us try a number of GLE scenarios
@@ -128,5 +128,3 @@ assert.eq(coll.count({ _id : 1 }), 1);
jsTest.log( "DONE!" );
st.stop();
-
-})();