mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
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…
x
Reference in New Issue
Block a user