| Index: test/mjsunit/throw-exception-for-null-access.js
|
| diff --git a/test/mjsunit/throw-exception-for-null-access.js b/test/mjsunit/throw-exception-for-null-access.js
|
| index 018cfef9ecb79e43da60134546a6d8f815c0b832..95d5b4c45f3bd90cc9d2516ba68d35d22ad8847d 100644
|
| --- a/test/mjsunit/throw-exception-for-null-access.js
|
| +++ b/test/mjsunit/throw-exception-for-null-access.js
|
| @@ -26,7 +26,7 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| // Must throw TypeError when accessing properties of null.
|
| -var caught = false
|
| +var caught = false;
|
| try {
|
| null[0];
|
| assertTrue(false);
|
|
|