Index: LayoutTests/fast/js/uncaught-exception-line-number-expected.txt |
diff --git a/LayoutTests/fast/js/uncaught-exception-line-number-expected.txt b/LayoutTests/fast/js/uncaught-exception-line-number-expected.txt |
index 14aef95b41ebff8475621cc1f23bc16133404232..5bb33b4f10c324bf4b1ac4ab89b53b7258732ee9 100644 |
--- a/LayoutTests/fast/js/uncaught-exception-line-number-expected.txt |
+++ b/LayoutTests/fast/js/uncaught-exception-line-number-expected.txt |
@@ -1,3 +1,3 @@ |
-CONSOLE MESSAGE: line 11: Uncaught uh oh, an exception! |
+CONSOLE ERROR: line 11: Uncaught uh oh, an exception! |
This tests that uncaught exceptions have the right line numbers, for example for display in the JavaScript error console. To run the test manually, look in the JS console for an uncaught exception on line 11. |