Skip to content

Commit

Permalink
Uncomment test
Browse files Browse the repository at this point in the history
  • Loading branch information
namannimmo10 committed Mar 18, 2022
1 parent b52cc67 commit 3c275ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration_tests/test_builtin_pow.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_pow():
assert abs(pow(3.4, 9) - 60716.99276646398) < eps
assert abs(pow(0.0, 53) - 0.0) < eps
assert pow(4, 2) == 16
# assert abs(pow(-4235.0, 52) - 3.948003805985264e+188) < eps
assert abs(pow(-4235.0, 52) - 3.948003805985264e+188) < eps


test_pow()
4 changes: 2 additions & 2 deletions tests/reference/asr-test_builtin_pow-f02fcda.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"basename": "asr-test_builtin_pow-f02fcda",
"cmd": "lpython --show-asr --no-color {infile} -o {outfile}",
"infile": "tests/../integration_tests/test_builtin_pow.py",
"infile_hash": "b38f6caa45b58f8495ba5695aaedff6617083fc3665ddfdf57e8f20a",
"infile_hash": "a43827864d94f879b4364cde16489730187a20a012c6ce65a171cf78",
"outfile": null,
"outfile_hash": null,
"stdout": "asr-test_builtin_pow-f02fcda.stdout",
"stdout_hash": "b15db5a955a91e9bbf502108679ed768df7c6600e46e7af0482d9a2d",
"stdout_hash": "527c552454bb4766fc2c4e5f9486fc030d16b8b8b773a01a13960d74",
"stderr": null,
"stderr_hash": null,
"returncode": 0
Expand Down
Loading

0 comments on commit 3c275ed

Please sign in to comment.