about summary refs log tree commit diff stats
path: root/html/033exclusive_container.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/033exclusive_container.cc.html')
-rw-r--r--html/033exclusive_container.cc.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/html/033exclusive_container.cc.html b/html/033exclusive_container.cc.html
index c26c885a..81009263 100644
--- a/html/033exclusive_container.cc.html
+++ b/html/033exclusive_container.cc.html
@@ -209,7 +209,6 @@ else if <span class="Delimiter">(</span>command == <span class="Constant">&quot;
 <span class="Comment">//: fixed in advance</span>
 
 <span class="Delimiter">:(scenario exclusive_container_contains_array)</span>
-<span class="Special">% Hide_errors = true;</span>
 exclusive-container foo [
   x:array:number:<span class="Constant">3</span>
 ]
@@ -242,7 +241,6 @@ recipe main [
 <span class="Comment">//: type-checking for 'merge' on exclusive containers</span>
 
 <span class="Delimiter">:(scenario merge_handles_exclusive_container)</span>
-<span class="Special">% Hide_errors = true;</span>
 exclusive-container foo [
   x:number
   y:bar
@@ -297,7 +295,6 @@ case EXCLUSIVE_CONTAINER: <span class="Delimiter">{</span>
 <span class="Delimiter">}</span>
 
 <span class="Delimiter">:(scenario merge_check_container_containing_exclusive_container)</span>
-<span class="Special">% Hide_errors = true;</span>
 container foo [
   x:number
   y:bar
@@ -330,7 +327,6 @@ recipe main [
 <span class="traceContains">+error: main: too many ingredients in '1:foo &lt;- merge 23, 1/y, 34, 35'</span>
 
 <span class="Delimiter">:(scenario merge_check_exclusive_container_containing_container)</span>
-<span class="Special">% Hide_errors = true;</span>
 exclusive-container foo [
   x:number
   y:bar
@@ -348,7 +344,6 @@ recipe main [
 $error: <span class="Constant">0</span>
 
 <span class="Delimiter">:(scenario merge_check_exclusive_container_containing_container_2)</span>
-<span class="Special">% Hide_errors = true;</span>
 exclusive-container foo [
   x:number
   y:bar