about summary refs log tree commit diff stats
path: root/058shape_shifting_container.cc
diff options
context:
space:
mode:
Diffstat (limited to '058shape_shifting_container.cc')
-rw-r--r--058shape_shifting_container.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/058shape_shifting_container.cc b/058shape_shifting_container.cc
index 5bfd8e11..732a7ce1 100644
--- a/058shape_shifting_container.cc
+++ b/058shape_shifting_container.cc
@@ -16,7 +16,6 @@ recipe main [
 +mem: storing 16 in location 5
 
 :(scenario size_of_shape_shifting_container_2)
-% Hide_errors = true;
 # multiple type ingredients
 container foo:_a:_b [
   x:_a
@@ -28,7 +27,6 @@ recipe main [
 $error: 0
 
 :(scenario size_of_shape_shifting_container_3)
-% Hide_errors = true;
 container foo:_a:_b [
   x:_a
   y:_b
@@ -41,7 +39,6 @@ recipe main [
 $error: 0
 
 :(scenario size_of_shape_shifting_container_4)
-% Hide_errors = true;
 container foo:_a:_b [
   x:_a
   y:_b
@@ -473,7 +470,6 @@ if (type->value >= START_TYPE_INGREDIENTS) {
 //: 'merge' on shape-shifting containers
 
 :(scenario merge_check_shape_shifting_container_containing_exclusive_container)
-% Hide_errors = true;
 container foo:_elem [
   x:number
   y:_elem
@@ -506,7 +502,6 @@ recipe main [
 +error: main: too many ingredients in '1:foo:bar <- merge 23, 1/y, 34, 35'
 
 :(scenario merge_check_shape_shifting_exclusive_container_containing_container)
-% Hide_errors = true;
 exclusive-container foo:_elem [
   x:number
   y:_elem
@@ -524,7 +519,6 @@ recipe main [
 $error: 0
 
 :(scenario merge_check_shape_shifting_exclusive_container_containing_container_2)
-% Hide_errors = true;
 exclusive-container foo:_elem [
   x:number
   y:_elem
> 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228