mirror of https://github.com/tc39/test262.git
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() {
|
||||
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