about summary refs log tree commit diff stats
path: root/047check_type_by_name.cc
diff options
context:
space:
mode:
Diffstat (limited to '047check_type_by_name.cc')
-rw-r--r--047check_type_by_name.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/047check_type_by_name.cc b/047check_type_by_name.cc
index 4842e15c..b7686dc2 100644
--- a/047check_type_by_name.cc
+++ b/047check_type_by_name.cc
@@ -89,7 +89,7 @@ recipe main [
 :(scenario typo_in_address_type_fails)
 % Hide_errors = true;
 recipe main [
-  y:address:charcter <- new character:type
+  y:address:shared:charcter <- new character:type
   *y <- copy 67
 ]
-+error: main: unknown type charcter in 'y:address:charcter <- new character:type'
++error: main: unknown type charcter in 'y:address:shared:charcter <- new character:type'