mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Wrong error message in function-code/S10.2.1_A1.js
This commit is contained in:
parent
39b5b7272c
commit
8759c88bec
@ -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