summary refs log tree commit diff stats
path: root/tests/async/tdiscardableproc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async/tdiscardableproc.nim')
-rw-r--r--tests/async/tdiscardableproc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async/tdiscardableproc.nim b/tests/async/tdiscardableproc.nim
index 80286ece0..93cd83be9 100644
--- a/tests/async/tdiscardableproc.nim
+++ b/tests/async/tdiscardableproc.nim
@@ -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