JavaScript Test - update expected value for decompilation, bug 367629

This commit is contained in:
bclary@bclary.com 2007-05-30 11:42:40 -07:00
parent ee7bbcd8fb
commit cf46c96b28

View File

@ -57,7 +57,7 @@ function test()
var a = {};
a.h getter = encodeURI;
expect = '({get h () {[native code]})';
expect = '({get h encodeURI() {[native code]}})';
actual = uneval(a);
reportCompare(expect, actual, summary);