mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 22:45:10 +02:00
Correct error in test descriptions
This commit is contained in:
parent
5acd66e10a
commit
9c42c10e48
@ -11,8 +11,8 @@ description: Checking types of parseInt and Math.exp
|
||||
|
||||
//CHECK#1
|
||||
if(typeof(Math.exp)!=="function")
|
||||
$ERROR('#1: typeof(Math.exp(10))!=="function" '+typeof(Math.exp()));
|
||||
$ERROR('#1: typeof(Math.exp)!=="function" '+typeof(Math.exp));
|
||||
|
||||
//CHECK#2
|
||||
if(typeof(parseInt)!=="function")
|
||||
$ERROR('#2: typeof(parseInt())!=="function" '+typeof(parseInt()));
|
||||
$ERROR('#2: typeof(parseInt)!=="function" '+typeof(parseInt));
|
||||
|
Loading…
x
Reference in New Issue
Block a user