mirror of https://github.com/tc39/test262.git
fix typo in 10.5 from Bugzilla
This commit is contained in:
parent
9b669da66c
commit
239c4b721a
|
@ -15,7 +15,7 @@ function testcase() {
|
|||
|
||||
function _10_5_7_b_3_fun() {
|
||||
arguments[1] = 12;
|
||||
return arguments[0] = 30 && arguments[1] === 12;
|
||||
return arguments[0] === 30 && arguments[1] === 12;
|
||||
};
|
||||
|
||||
return _10_5_7_b_3_fun(30);
|
||||
|
|
Loading…
Reference in New Issue