summaryrefslogtreecommitdiff
path: root/tests/run/knuth_man_or_boy_test.pyx
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-01-03 09:28:21 +0100
committerStefan Behnel <stefan_ml@behnel.de>2014-01-03 09:28:21 +0100
commitc994f01bea8eea970a24528ea69ea080223d8eeb (patch)
tree6af2b08196a43e29e739d71f2560d36c71d0ecdf /tests/run/knuth_man_or_boy_test.pyx
parent6bc2441eb9618842deae00e29c59882e55a0170d (diff)
downloadcython-c994f01bea8eea970a24528ea69ea080223d8eeb.tar.gz
add test tags
Diffstat (limited to 'tests/run/knuth_man_or_boy_test.pyx')
-rw-r--r--tests/run/knuth_man_or_boy_test.pyx4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/run/knuth_man_or_boy_test.pyx b/tests/run/knuth_man_or_boy_test.pyx
index ecfc13c83..068cec524 100644
--- a/tests/run/knuth_man_or_boy_test.pyx
+++ b/tests/run/knuth_man_or_boy_test.pyx
@@ -1,4 +1,6 @@
-#
+# mode: run
+# tag: closures
+
# Cython version of Knuth's "man or boy" test -- "It separates the man
# Algol 60 compilers from the boy Algol 60 compilers." Here's the
# original (from wikipedia):