summary refs log tree commit diff stats
path: root/tests/enum
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enum')
-rw-r--r--tests/enum/tenumitems.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/enum/tenumitems.nim b/tests/enum/tenumitems.nim
index 04737fa9e..38233aad7 100644
--- a/tests/enum/tenumitems.nim
+++ b/tests/enum/tenumitems.nim
@@ -1,6 +1,6 @@
 discard """
   line: 7
-  errormsg: "undeclared identifier: 'items'"
+  errormsg: "attempting to call undeclared routine: 'items'"
 """
 
 type a = enum b,c,d