tests: Separate out test cases that rely on float support to float/ dir.
This commit is contained in:
@@ -13,6 +13,4 @@ print(array('i', bytearray(4)))
|
||||
|
||||
# convert from other arrays
|
||||
print(array('H', array('b', [1, 2])))
|
||||
print(array('f', array('h', [1, 2])))
|
||||
print(array('b', array('I', [1, 2])))
|
||||
print(array('d', array('f', [1, 2])))
|
||||
|
||||
Reference in New Issue
Block a user