mirror of https://github.com/tc39/test262.git
Fix "undefiend" typo in unreserved-words.js (#1816)
I'm not an expert on this, but I'm pretty sure this is supposed to be "undefined" not "undefiend".
This commit is contained in:
parent
963045de41
commit
7e65999731
|
@ -99,7 +99,7 @@ var typeid = 1;
|
|||
// u
|
||||
var uint = 1;
|
||||
var unchecked = 1;
|
||||
var undefiend = 1;
|
||||
var undefined = 1;
|
||||
var union = 1;
|
||||
var unsafe = 1;
|
||||
var unsigned = 1;
|
||||
|
|
Loading…
Reference in New Issue