Commit 30a8fc3e authored by kasperl@chromium.org's avatar kasperl@chromium.org

Try to fix the broken build by making a single problematic

test non-threaded.
Review URL: http://codereview.chromium.org/661462

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4005 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b0e9a920
......@@ -9740,7 +9740,7 @@ static void SetterWhichSetsYOnThisTo23(Local<String> name,
}
THREADED_TEST(SetterOnConstructorPrototype) {
TEST(SetterOnConstructorPrototype) {
v8::HandleScope scope;
Local<ObjectTemplate> templ = ObjectTemplate::New();
templ->SetAccessor(v8_str("x"),
......
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