mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue