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