tests: Skip some new tests when testing native emitter.
This commit is contained in:
4
tests/basics/array_construct2.py
Normal file
4
tests/basics/array_construct2.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from array import array
|
||||
|
||||
# construct from something with unknown length (requires generators)
|
||||
print(array('i', (i for i in range(10))))
|
Reference in New Issue
Block a user