blob: a7f0b65fec6b7c9b92cb21fb56f5cbd0a6a387b4 [file] [log] [blame]
// Copyright (C) 2016 The V8 Project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-number.negative_infinity
description: >
The value of Number.NEGATIVE_INFINITY is -Infinity
info: |
Number.NEGATIVE_INFINITY
The value of Number.NEGATIVE_INFINITY is -∞.
---*/
assert.sameValue(Number.NEGATIVE_INFINITY, -Infinity);