about summary refs log tree commit diff stats
path: root/057immutable.cc
diff options
context:
space:
mode:
Diffstat (limited to '057immutable.cc')
-rw-r--r--057immutable.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/057immutable.cc b/057immutable.cc
index 06f8f601..7fb9e052 100644
--- a/057immutable.cc
+++ b/057immutable.cc
@@ -215,9 +215,6 @@ $error: 0
 
 :(scenario cannot_modify_address_inside_immutable_ingredients_3)
 % Hide_errors = true;
-container foo [
-  x:num
-]
 def main [
   # don't run anything
 ]
@@ -230,9 +227,6 @@ def foo a:&:@:&:num [
 +error: foo: cannot modify 'x' in instruction '*x <- copy 34' because that would modify a which is an ingredient of recipe foo but not also a product
 
 :(scenario cannot_modify_address_inside_immutable_ingredients_4)
-container foo [
-  x:&:@:num  # contains an address
-]
 def main [
   # don't run anything
 ]