summary refs log tree commit diff stats
path: root/tests/destructor/tdestructor_too_late.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/destructor/tdestructor_too_late.nim')
-rw-r--r--tests/destructor/tdestructor_too_late.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/tdestructor_too_late.nim b/tests/destructor/tdestructor_too_late.nim
index d279280ba..76d1dde84 100644
--- a/tests/destructor/tdestructor_too_late.nim
+++ b/tests/destructor/tdestructor_too_late.nim
@@ -1,5 +1,5 @@
 discard """
-  errmsg: "cannot bind another '=destroy' to: Obj; previous declaration was constructed here implicitly: tdestructor_too_late.nim(7, 16)"
+  errormsg: "cannot bind another '=destroy' to: Obj; previous declaration was constructed here implicitly: tdestructor_too_late.nim(7, 16)"
 """
 type Obj* = object
   v*: int