mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 17:41:45 +00:00
testament spec: remove errmsg alias of errormsg (#16188)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
errmsg: "Cannot make async proc discardable. Futures have to be checked with `asyncCheck` instead of discarded"
|
||||
errormsg: "Cannot make async proc discardable. Futures have to be checked with `asyncCheck` instead of discarded"
|
||||
"""
|
||||
|
||||
import async
|
||||
|
||||
Reference in New Issue
Block a user