summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2019-11-07 11:04:41 +0100
committernarimiran <narimiran@disroot.org>2019-11-07 11:04:41 +0100
commit0d00bde4ea820b07861b19bc8bb836d4b0822f8f (patch)
tree2b3a2afa07f29fac329f993984c07c1bbf9d54a9 /tests
parent166048da5dadba2adf959072060bbb5157837564 (diff)
downloadNim-0d00bde4ea820b07861b19bc8bb836d4b0822f8f.tar.gz
fix failing test
Diffstat (limited to 'tests')
-rw-r--r--tests/errmsgs/t10376.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/t10376.nim b/tests/errmsgs/t10376.nim
index a33d5e40f..2ce16d6a2 100644
--- a/tests/errmsgs/t10376.nim
+++ b/tests/errmsgs/t10376.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "finalizer must be a direct reference to a procedure"
+  errormsg: "finalizer must be a direct reference to a proc"
   line: 29
 """