summary refs log tree commit diff stats
path: root/tests/deprecated/tannot.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/deprecated/tannot.nim')
-rw-r--r--tests/deprecated/tannot.nim9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/deprecated/tannot.nim b/tests/deprecated/tannot.nim
deleted file mode 100644
index d14f6cc23..000000000
--- a/tests/deprecated/tannot.nim
+++ /dev/null
@@ -1,9 +0,0 @@
-discard """
-  nimout: '''tannot.nim(9, 1) Warning: efgh; foo1 is deprecated [Deprecated]
-tannot.nim(9, 8) Warning: abcd; foo is deprecated [Deprecated]
-'''
-"""
-
-let foo* {.deprecated: "abcd".} = 42
-var foo1* {.deprecated: "efgh".} = 42
-foo1 = foo