about summary refs log tree commit diff stats
path: root/048check_type_by_name.cc
diff options
context:
space:
mode:
Diffstat (limited to '048check_type_by_name.cc')
-rw-r--r--048check_type_by_name.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/048check_type_by_name.cc b/048check_type_by_name.cc
index 8510d02c..e4b4f6d0 100644
--- a/048check_type_by_name.cc
+++ b/048check_type_by_name.cc
@@ -80,7 +80,7 @@ recipe main [
   x <- copy 1
   x:number <- copy 2
 ]
-+warn: missing type in 'x <- copy 1'
++warn: missing type for x in 'x <- copy 1'
 
 :(scenario typo_in_address_type_warns)
 % Hide_warnings = true;