mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 15:04:43 +02:00
Merge pull request #1 from JaimeLynSchatz/JaimeLynSchatz/typofix
fix typo in 10.5 (fixes Bugzilla 1795)
This commit is contained in:
commit
4f15bf990b
@ -15,7 +15,7 @@ function testcase() {
|
|||||||
|
|
||||||
function _10_5_7_b_3_fun() {
|
function _10_5_7_b_3_fun() {
|
||||||
arguments[1] = 12;
|
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);
|
return _10_5_7_b_3_fun(30);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user