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:
Jeff Walden 2012-01-10 00:11:15 -06:00
parent dda726ea27
commit 07714b81ab

View File

@ -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);
//-----------------------------------------------------------------------------