JavaScript Tests - update change in decompilation due to bug 356083 fix, bug 355736
git-svn-id: svn://10.0.0.236/trunk@225980 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
bbb92929b3
commit
cfd562e3c7
@ -57,7 +57,7 @@ function test()
|
||||
compareSource(expect, actual, summary + ': 1');
|
||||
|
||||
f = function() { return { get super() { } } };
|
||||
expect = 'function() { return { get super() { } }; }';
|
||||
expect = 'function() { return { super getter : function() { } }; }';
|
||||
actual = f + '';
|
||||
compareSource(expect, actual, summary + ': 2');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user