mirror of https://github.com/tc39/test262.git
BigInt: NaN is tested in nan-throws-rangeerror.js
This commit is contained in:
parent
e2e534b210
commit
08a967c8a4
|
@ -14,10 +14,6 @@ assert.throws(TypeError, function() {
|
|||
new BigInt();
|
||||
});
|
||||
|
||||
assert.throws(TypeError, function() {
|
||||
new BigInt(NaN);
|
||||
});
|
||||
|
||||
assert.throws(TypeError, function() {
|
||||
new BigInt({
|
||||
valueOf: function() { throw new Test262Error("unreachable"); }
|
||||
|
|
Loading…
Reference in New Issue