summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/built-ins/Number/prototype/S15.7.3.1_A3.js
blob: 27619d9983611f75cbbac5ec083312e4f3b413eb (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
info: Number.prototype value is +0
es5id: 15.7.3.1_A3
description: Checking value of Number.prototype property
---*/
assert(Number.prototype == 0, 'The value of Number.prototype is expected to be 0');

reportCompare(0, 0);