summaryrefslogtreecommitdiff
path: root/tests/errors/dataclass_e1.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/dataclass_e1.pyx')
-rw-r--r--tests/errors/dataclass_e1.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors/dataclass_e1.pyx b/tests/errors/dataclass_e1.pyx
index 39337ba6d..95d67ad7d 100644
--- a/tests/errors/dataclass_e1.pyx
+++ b/tests/errors/dataclass_e1.pyx
@@ -1,5 +1,5 @@
# mode: error
-
+# tag: warnings
cimport cython
@cython.dataclasses.dataclass(1, shouldnt_be_here=True, init=5, unsafe_hash=True)