Commit 5440d43d authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fix nosse2 tests.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/9617004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10944 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent eebf33a9
......@@ -70,9 +70,9 @@ void TestSeeds(Handle<JSFunction> fun,
TEST(CrankshaftRandom) {
if (!FLAG_crankshaft) return;
if (env.IsEmpty()) env = v8::Context::New();
// Skip test if crankshaft is disabled.
if (!V8::UseCrankshaft()) return;
v8::HandleScope scope;
env->Enter();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment