Skip to content

Commit

Permalink
add 'array' tag to test to enable special casing in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Aug 20, 2012
1 parent f82ea19 commit a624f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/memoryview/memoryview_inplace_division.pyx
@@ -1,5 +1,5 @@
# mode: run
# tag: memoryview, cdivision
# tag: memoryview, cdivision, array

cimport cython
from cpython.array cimport array # make Cython aware of the array type
Expand Down

0 comments on commit a624f6f

Please sign in to comment.