Fix out-of-date comment in test_memoryview.

This commit is contained in:
Stefan Krah 2012-08-19 12:50:24 +02:00
parent 7fda33b56a
commit aaf8e2e32f

View file

@ -1,6 +1,7 @@
"""Unit tests for the memoryview
XXX We need more tests! Some tests are in test_bytes
Some tests are in test_bytes. Many tests that require _testbuffer.ndarray
are in test_buffer.
"""
import unittest