| Index: LayoutTests/fast/js/exception-thrown-from-new-expected.txt
|
| diff --git a/LayoutTests/fast/js/exception-thrown-from-new-expected.txt b/LayoutTests/fast/js/exception-thrown-from-new-expected.txt
|
| index b3f11244a3b60c3a24cb7f6a17b916f25a9be643..a272b45d0ad8afd31247fa7cea3a7b1e1a2884fe 100644
|
| --- a/LayoutTests/fast/js/exception-thrown-from-new-expected.txt
|
| +++ b/LayoutTests/fast/js/exception-thrown-from-new-expected.txt
|
| @@ -1,5 +1,5 @@
|
| This page tests exceptions thrown from 'new' expressions. If the test passes, you'll see a series of PASS messages below.
|
|
|
| -FAIL: e1 should be 'TypeError: 'undefined' is not a constructor (evaluating 'new f')' but instead is 'TypeError: undefined is not a function'.
|
| +FAIL: e1 should be 'TypeError: 'undefined' is not a constructor (evaluating 'new f')' but instead is 'TypeError: f is not a function'.
|
| FAIL: e2 should be 'TypeError: 'undefined' is not a function (evaluating 'g()')' but instead is 'TypeError: g is not a function'.
|
|
|
|
|