| Index: LayoutTests/fast/js/const-expected.txt
|
| diff --git a/LayoutTests/fast/js/const-expected.txt b/LayoutTests/fast/js/const-expected.txt
|
| index 11765e3d408a3b6af72b68a757117f4e9d11bec9..c3f0d0f291869db96f6fac05217e9643f9b54860 100644
|
| --- a/LayoutTests/fast/js/const-expected.txt
|
| +++ b/LayoutTests/fast/js/const-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -CONSOLE MESSAGE: line 1: Uncaught TypeError: var 'bar' has already been declared
|
| +CONSOLE ERROR: line 1: Uncaught TypeError: var 'bar' has already been declared
|
| This test checks that const declarations in JavaScript work and are readonly.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|