threaded test is not a good idea as it has an effect on other tests.
Review URL: http://codereview.chromium.org/6273004
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6323
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
// Test that overwritten toString methods are not invoked on uncaught
// exception formatting. However, they are invoked when performing
// normal error string conversions.
-THREADED_TEST(APIThrowMessageOverwrittenToString) {
+TEST(APIThrowMessageOverwrittenToString) {
v8::HandleScope scope;
v8::V8::AddMessageListener(check_reference_error_message);
LocalContext context;