summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-01-20 18:47:25 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-01-28 12:45:14 +0100
commit60d6e64a5bdb1b2e46b0a4819322492325696e43 (patch)
treea4814d77c4c1d1f8b356dcb1ec46876e25b192b9
parent7d95dd2ed8af5849cb8710761d4e5b5f922565c9 (diff)
downloadcython-60d6e64a5bdb1b2e46b0a4819322492325696e43.tar.gz
Minot test cleanup.
-rw-r--r--tests/run/exceptionrefcount.pyx4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/run/exceptionrefcount.pyx b/tests/run/exceptionrefcount.pyx
index d4ce39fd9..cf7435a20 100644
--- a/tests/run/exceptionrefcount.pyx
+++ b/tests/run/exceptionrefcount.pyx
@@ -1,4 +1,6 @@
-__doc__ = u"""
+# mode: run
+
+"""
>>> class SampleException(Exception): pass
>>> def assert_refcount(rc1, rc2, func):