mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Merge pull request #420 from bakkot/patch-1
Wrong error message in function-code/S10.2.1_A1.js
This commit is contained in:
commit
c4231d4948
@ -24,5 +24,5 @@ function f2(a, b, c){
|
||||
return (b === undefined) && (c === undefined);
|
||||
}
|
||||
if(!(f2(1) === true)){
|
||||
$ERROR('#2: f2(1, 2) === true');
|
||||
$ERROR('#2: f2(1) === true');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user