summaryrefslogtreecommitdiff
path: root/tests/run/numpy_bufacc_T155.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/numpy_bufacc_T155.pyx')
-rw-r--r--tests/run/numpy_bufacc_T155.pyx5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/run/numpy_bufacc_T155.pyx b/tests/run/numpy_bufacc_T155.pyx
index 927eddb29..2c637ebc4 100644
--- a/tests/run/numpy_bufacc_T155.pyx
+++ b/tests/run/numpy_bufacc_T155.pyx
@@ -1,5 +1,5 @@
-# ticket: 155
-# tag: numpy_old
+# ticket: t155
+# tag: numpy
"""
>>> myfunc()
@@ -17,4 +17,3 @@ def myfunc():
A[i, :] /= 2
return A[0,0]
-include "numpy_common.pxi"