mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Fix the test for bug 715682 to use the right file name and bug number, and give it a more accurate description. r=trivial
This commit is contained in:
parent
0a0270cc17
commit
fe5b6d5df9
@ -3,10 +3,9 @@
|
||||
|
||||
var gTestfile = 'object-literal-accessor-property-name.js';
|
||||
//-----------------------------------------------------------------------------
|
||||
var BUGNUMBER = 536472;
|
||||
var BUGNUMBER = 715682;
|
||||
var summary =
|
||||
'ES5: { get x(v) { } } and { set x(v, v2) { } } should be syntax errors';
|
||||
|
||||
"Permit numbers and strings containing numbers as accessor property names";
|
||||
print(BUGNUMBER + ": " + summary);
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user