| Index: test/mjsunit/messages.js
|
| diff --git a/test/mjsunit/messages.js b/test/mjsunit/messages.js
|
| index b245bc2b555bdfade9ed1efd672ec5a04730db6e..27755846b92d1f88a648ba0ed10f315ee723233f 100644
|
| --- a/test/mjsunit/messages.js
|
| +++ b/test/mjsunit/messages.js
|
| @@ -150,7 +150,7 @@ TypeError);
|
| // kInstanceofFunctionExpected
|
| test(function() {
|
| 1 instanceof 1;
|
| -}, "right-hand side is not an object", TypeError);
|
| +}, "Right-hand side of 'instanceof' is not an object", TypeError);
|
|
|
| // kInstanceofNonobjectProto
|
| test(function() {
|
|
|