about summary refs log tree commit diff stats
path: root/html/033exclusive_container.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-25 22:18:05 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-25 22:18:05 -0800
commit9e91a21ef385e33ca373e4308ca3227c228fe09b (patch)
tree55b97647b182d2acddc1413cccdaf7e2c99b480e /html/033exclusive_container.cc.html
parenta3a0574f17424cb67c1be120b01d6b57771bbbfe (diff)
downloadmu-9e91a21ef385e33ca373e4308ca3227c228fe09b.tar.gz
2710
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