summary refs log tree commit diff stats
path: root/tests/deprecated/tnoannot.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/deprecated/tnoannot.nim')
-rw-r--r--tests/deprecated/tnoannot.nim7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/deprecated/tnoannot.nim b/tests/deprecated/tnoannot.nim
deleted file mode 100644
index ac168952e..000000000
--- a/tests/deprecated/tnoannot.nim
+++ /dev/null
@@ -1,7 +0,0 @@
-discard """
-  errormsg: "annotation to deprecated not supported here"
-  line: 7
-"""
-
-var foo* {.deprecated.} = 42
-var foo1* {.deprecated: "no".} = 42