Index: test/mjsunit/messages.js |
diff --git a/test/mjsunit/messages.js b/test/mjsunit/messages.js |
index e4a52a4fbb7d6127abaaeca8d26f3a290c0bb383..1f00f4ad9bdf747786ff7ab72cb518d8eaa6186c 100644 |
--- a/test/mjsunit/messages.js |
+++ b/test/mjsunit/messages.js |
@@ -256,7 +256,7 @@ test(function() { |
test(function() { |
Set.prototype.add = 0; |
new Set(1); |
-}, "Property 'add' of object #<Set> is not a function", TypeError); |
+}, "'0' returned for property 'add' of object '#<Set>' is not a function", TypeError); |
// kProtoObjectOrNull |
test(function() { |