summaryrefslogtreecommitdiff
path: root/jstests/explain4.js
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2012-03-06 21:00:29 -0800
committerAaron <aaron@10gen.com>2012-03-06 21:00:53 -0800
commit4cd88bf3117d4a29c95bfc3c62f0580b71201408 (patch)
tree0ae5c0657f51e2b8270f8ee25bf4ff1648efde05 /jstests/explain4.js
parent215901f120d47dd268032985a73626131a068874 (diff)
downloadmongo-4cd88bf3117d4a29c95bfc3c62f0580b71201408.tar.gz
SERVER-5034 reinstate tests in v8 mode
Diffstat (limited to 'jstests/explain4.js')
-rw-r--r--jstests/explain4.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/explain4.js b/jstests/explain4.js
index b152ac39239..fe5cf73d7b7 100644
--- a/jstests/explain4.js
+++ b/jstests/explain4.js
@@ -1,7 +1,5 @@
// Basic validation of explain output fields
-if ( typeof _threadInject == "undefined" ) { // don't run in v8 mode SERVER-5034
-
t = db.jstests_explain4;
t.drop();
@@ -52,5 +50,3 @@ checkFields( 1, true );
t.save( {} );
checkFields( 1, false, 1 );
checkFields( 2, true, 1 );
-
-} \ No newline at end of file