summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/misc/redeclare-var-non-writable-property.js
blob: f21289d853e037800595172b05856d0f78dfe603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/licenses/publicdomain/
 */

//-----------------------------------------------------------------------------
var BUGNUMBER = 539488;
var summary =
  '|var| statements for existing, read-only/permanent properties should not ' +
  'be errors';

print(BUGNUMBER + ": " + summary);

/**************
 * BEGIN TEST *
 **************/

var undefined;

/******************************************************************************/

reportCompare(true, true);

print("All tests passed!");