mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
tests: Separate out test cases that rely on float support to float/ dir.
This commit is contained in:
@@ -11,4 +11,3 @@ print(bytearray([1, 2]))
|
||||
print(bytearray(array('b', [1, 2])))
|
||||
print(bytearray(array('h', [1, 2])))
|
||||
print(bytearray(array('I', [1, 2])))
|
||||
print(bytearray(array('f', [1, 2.3])))
|
||||
|
||||
Reference in New Issue
Block a user