Test for #771, hangs in nose

This commit is contained in:
wiredfool 2014-07-05 15:08:11 -07:00
parent 1008d6a993
commit f5931e8231

View File

@ -0,0 +1,10 @@
#!/usr/bin/env python
import helper
from PIL import Image
im = Image.new('L', (999999, 999999), 0)