Skip to content
Snippets Groups Projects
Commit 08a967c8 authored by Rick Waldron's avatar Rick Waldron
Browse files

BigInt: NaN is tested in nan-throws-rangeerror.js

parent e2e534b2
No related branches found
No related tags found
No related merge requests found
......@@ -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"); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment