mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
fix (#4493)
This commit is contained in:
parent
296e7875bd
commit
dc2a152457
@ -29,7 +29,7 @@ try {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (err.message !== 'descriptor value should be 2; object value should be 2') {
|
if (err.message !== "obj['prop'] descriptor value should be 2; obj['prop'] value should be 2") {
|
||||||
throw new Error('The error thrown did not define the specified message');
|
throw new Error('The error thrown did not define the specified message');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user