mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 22:15:24 +02:00
Remove redundant test
This commit is contained in:
parent
6f22dad152
commit
a3081bd108
@ -13,8 +13,3 @@ description: Promise prototype exists
|
||||
if (Promise.prototype === undefined) {
|
||||
$ERROR("Expected Promise.prototype to be defined.");
|
||||
}
|
||||
|
||||
if (!(Promise.prototype instanceof Object)) {
|
||||
$ERROR("Expected Promise.prototype to be an object.");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user