mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
dda726ea27
commit
07714b81ab
@ -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