Commit ea7dde42 authored by ager@chromium.org's avatar ager@chromium.org

Unthread message handling test. Changing the MessageHandler in a

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
parent c1306244
......@@ -2368,7 +2368,7 @@ static void check_reference_error_message(
// 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;
......
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