mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 15:04:43 +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);
|
return (b === undefined) && (c === undefined);
|
||||||
}
|
}
|
||||||
if(!(f2(1) === true)){
|
if(!(f2(1) === true)){
|
||||||
$ERROR('#2: f2(1, 2) === true');
|
$ERROR('#2: f2(1) === true');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user