summary refs log tree commit diff stats
path: root/tests/parser/twhen_in_enum.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/twhen_in_enum.nim')
-rw-r--r--tests/parser/twhen_in_enum.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser/twhen_in_enum.nim b/tests/parser/twhen_in_enum.nim
index d4a3ea56a..3890b686e 100644
--- a/tests/parser/twhen_in_enum.nim
+++ b/tests/parser/twhen_in_enum.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "identifier expected, but found 'keyword when'"
+  errormsg: "identifier expected, but got 'keyword when'"
 """
 
 # bug #2123