Skip to content

Commit 26c0b15

Browse files
committed
tests: Make float/int_power.py pass on pyboard/single prec float.
1 parent 12c66be commit 26c0b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/float/int_power.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
x = 3
77
x **= -2
8-
print(x)
8+
print('%.5f' % x)

0 commit comments

Comments
 (0)