diff options
Diffstat (limited to 'tests/deprecated/tnoannot.nim')
-rw-r--r-- | tests/deprecated/tnoannot.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/deprecated/tnoannot.nim b/tests/deprecated/tnoannot.nim index 9cc5c7e06..ac168952e 100644 --- a/tests/deprecated/tnoannot.nim +++ b/tests/deprecated/tnoannot.nim @@ -1,6 +1,6 @@ discard """ - line: 7 errormsg: "annotation to deprecated not supported here" + line: 7 """ var foo* {.deprecated.} = 42 |