summary refs log tree commit diff stats
path: root/tests/template/tunderscore1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/tunderscore1.nim')
-rw-r--r--tests/template/tunderscore1.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/tunderscore1.nim b/tests/template/tunderscore1.nim
index 71af39501..d74e5ba63 100644
--- a/tests/template/tunderscore1.nim
+++ b/tests/template/tunderscore1.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "undeclared identifier: '_'"
+  errormsg: "the special identifier '_' is ignored in declarations and cannot be used"
 """
 
 # issue #12094, #13804