diff options
Diffstat (limited to 'tests/micropython/const_float.py.exp')
-rw-r--r-- | tests/micropython/const_float.py.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/micropython/const_float.py.exp b/tests/micropython/const_float.py.exp new file mode 100644 index 000000000..17a86a6d9 --- /dev/null +++ b/tests/micropython/const_float.py.exp @@ -0,0 +1,4 @@ +<class 'float'> 2.5 +<class 'float'> -0.3 +2.2 6.25 +0.5 0.25 |