tests: Skip some new tests when testing native emitter.

This commit is contained in:
Damien George
2015-03-25 23:33:48 +00:00
parent 214179b430
commit 23d7fd526d
3 changed files with 7 additions and 3 deletions

View 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))))