| Index: test/mjsunit/if-in-undefined.js
|
| diff --git a/test/mjsunit/if-in-undefined.js b/test/mjsunit/if-in-undefined.js
|
| index 5bfa42e7089555a507f12613143f4c3b20ab4616..8ca63ad3dd1c4d18c77645543afe05cb8ec5bd91 100644
|
| --- a/test/mjsunit/if-in-undefined.js
|
| +++ b/test/mjsunit/if-in-undefined.js
|
| @@ -31,6 +31,6 @@
|
| // Should throw an exception, but not crash VM.
|
|
|
| assertThrows("if ('p' in undefined) { }");
|
| -assertThrows("if ('p' in null) { }")
|
| +assertThrows("if ('p' in null) { }");
|
| assertThrows("if ('p' in true) { }");
|
| assertThrows("if ('p' in 5) { }");
|
|
|