about summary refs log tree commit diff stats
path: root/060recipe.cc
diff options
context:
space:
mode:
Diffstat (limited to '060recipe.cc')
-rw-r--r--060recipe.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/060recipe.cc b/060recipe.cc
index 5d20572b..c1904eb8 100644
--- a/060recipe.cc
+++ b/060recipe.cc
@@ -163,7 +163,7 @@ def f x:number -> y:number [
   load-ingredients
   y <- copy x
 ]
-+error: main: can't copy {1: (recipe number -> number)} to {2: (recipe boolean -> boolean)}; types don't match
++error: main: can't copy '{1: (recipe number -> number)}' to '{2: (recipe boolean -> boolean)}'; types don't match
 
 :(scenario copy_typecheck_recipe_variable_2)
 % Hide_errors = true;
@@ -175,7 +175,7 @@ def f x:boolean -> y:boolean [
   load-ingredients
   y <- copy x
 ]
-+error: main: can't copy f to {1: (recipe number -> number)}; types don't match
++error: main: can't copy 'f' to '{1: (recipe number -> number)}'; types don't match
 
 :(before "End Matching Types For Literal(to)")
 if (is_mu_recipe(to)) {