| Index: webkit/tools/test_shell/layout_test_controller.cc
|
| diff --git a/webkit/tools/test_shell/layout_test_controller.cc b/webkit/tools/test_shell/layout_test_controller.cc
|
| index 9bbd417fabdc37ebdd0b1be8780397819703fdae..47700e2960b994b592f79f44253a21d7dbb58530 100644
|
| --- a/webkit/tools/test_shell/layout_test_controller.cc
|
| +++ b/webkit/tools/test_shell/layout_test_controller.cc
|
| @@ -30,9 +30,9 @@ namespace {
|
| // Stops the test from running and prints a brief warning to stdout. Called
|
| // when the timer for loading a layout test expires.
|
| VOID CALLBACK TestTimeout(HWND hwnd, UINT msg, UINT_PTR timer_id, DWORD ms) {
|
| + puts("#TEST_TIMED_OUT\n");
|
| reinterpret_cast<TestShell*>(timer_id)->TestFinished();
|
| // Print a warning to be caught by the layout-test script.
|
| - puts("#TEST_TIMED_OUT\n");
|
| }
|
|
|
| }
|
|
|