Bug 1892041 - Part 2: Update test262. r=spidermonkey-reviewers,dminor
[gecko.git] / js / src / tests / test262 / built-ins / isFinite / S15.1.2.5_A2.6.js
blobad528bb25039b3984501c71873ef5260ee9ca602
1 // Copyright 2009 the Sputnik authors.  All rights reserved.
2 // This code is governed by the BSD license found in the LICENSE file.
4 /*---
5 info: The isFinite property has not prototype property
6 esid: sec-isfinite-number
7 description: Checking isFinite.prototype
8 ---*/
9 assert.sameValue(isFinite.prototype, undefined, 'The value of isFinite.prototype is expected to equal undefined');
11 reportCompare(0, 0);