Index: test/mjsunit/messages.js |
diff --git a/test/mjsunit/messages.js b/test/mjsunit/messages.js |
index 85c3b5841a29acbf8c09873d857d338b19ffbc89..e4a52a4fbb7d6127abaaeca8d26f3a290c0bb383 100644 |
--- a/test/mjsunit/messages.js |
+++ b/test/mjsunit/messages.js |
@@ -335,11 +335,6 @@ test(function() { |
}, "Invalid property descriptor. Cannot both specify accessors " + |
"and a value or writable attribute, #<Object>", TypeError); |
-// kWithExpression |
-test(function() { |
- with (null) {} |
-}, "null has no properties", TypeError); |
- |
// kWrongArgs |
test(function() { |
(function() {}).apply({}, 1); |