tests: Make tests work on targets without float support.
This commit is contained in:
committed by
Damien George
parent
7be5bb3672
commit
6572029dc0
@@ -37,7 +37,7 @@ print(2 + 2 * 2)
|
||||
# BAD: (-2)**2 = 4
|
||||
print(-2**2)
|
||||
# OK: 2**(-1) = 0.5
|
||||
print(2**-1)
|
||||
print(2**-0)
|
||||
|
||||
# (expr...)
|
||||
print((2 + 2) * 2)
|
||||
|
||||
Reference in New Issue
Block a user