mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fixing some tests from internal test suite.
This commit is contained in:
parent
2eedfdc334
commit
5b242d6cc5
@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(Math.min() === -Infinity);
|
||||
assert(Math.min() === Infinity);
|
||||
|
||||
@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(Math.min() !== Infinity);
|
||||
assert(Math.min() !== -Infinity);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user