Skip to content

Commit 3c275ed

Browse files
committed
Uncomment test
1 parent b52cc67 commit 3c275ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

integration_tests/test_builtin_pow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_pow():
4949
assert abs(pow(3.4, 9) - 60716.99276646398) < eps
5050
assert abs(pow(0.0, 53) - 0.0) < eps
5151
assert pow(4, 2) == 16
52-
# assert abs(pow(-4235.0, 52) - 3.948003805985264e+188) < eps
52+
assert abs(pow(-4235.0, 52) - 3.948003805985264e+188) < eps
5353

5454

5555
test_pow()

tests/reference/asr-test_builtin_pow-f02fcda.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"basename": "asr-test_builtin_pow-f02fcda",
33
"cmd": "lpython --show-asr --no-color {infile} -o {outfile}",
44
"infile": "tests/../integration_tests/test_builtin_pow.py",
5-
"infile_hash": "b38f6caa45b58f8495ba5695aaedff6617083fc3665ddfdf57e8f20a",
5+
"infile_hash": "a43827864d94f879b4364cde16489730187a20a012c6ce65a171cf78",
66
"outfile": null,
77
"outfile_hash": null,
88
"stdout": "asr-test_builtin_pow-f02fcda.stdout",
9-
"stdout_hash": "b15db5a955a91e9bbf502108679ed768df7c6600e46e7af0482d9a2d",
9+
"stdout_hash": "527c552454bb4766fc2c4e5f9486fc030d16b8b8b773a01a13960d74",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0

0 commit comments

Comments
 (0)