about summary refs log tree commit diff stats
path: root/033exclusive_container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-25 22:08:27 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-25 22:08:27 -0800
commita3a0574f17424cb67c1be120b01d6b57771bbbfe (patch)
tree96a57a8e07fa19c15db259bd27ca6c65fe467165 /033exclusive_container.cc
parent5d2a486d9de25dc98d19ef91154e12a8c8efbe87 (diff)
downloadmu-a3a0574f17424cb67c1be120b01d6b57771bbbfe.tar.gz
2709
Only Hide_errors when strictly necessary. In other places let test
failures directly show the unexpected error.
Diffstat (limited to '033exclusive_container.cc')
-rw-r--r--033exclusive_container.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/033exclusive_container.cc b/033exclusive_container.cc
index 9c300e29..273c5c0c 100644
--- a/033exclusive_container.cc
+++ b/033exclusive_container.cc
@@ -175,7 +175,6 @@ else if (command == "exclusive-container") {
 //: fixed in advance
 
 :(scenario exclusive_container_contains_array)
-% Hide_errors = true;
 exclusive-container foo [
   x:array:number:3
 ]
@@ -208,7 +207,6 @@ recipe main [
 //: type-checking for 'merge' on exclusive containers
 
 :(scenario merge_handles_exclusive_container)
-% Hide_errors = true;
 exclusive-container foo [
   x:number
   y:bar
@@ -263,7 +261,6 @@ case EXCLUSIVE_CONTAINER: {
 }
 
 :(scenario merge_check_container_containing_exclusive_container)
-% Hide_errors = true;
 container foo [
   x:number
   y:bar
@@ -296,7 +293,6 @@ recipe main [
 +error: main: too many ingredients in '1:foo <- merge 23, 1/y, 34, 35'
 
 :(scenario merge_check_exclusive_container_containing_container)
-% Hide_errors = true;
 exclusive-container foo [
   x:number
   y:bar
@@ -314,7 +310,6 @@ recipe main [
 $error: 0
 
 :(scenario merge_check_exclusive_container_containing_container_2)
-% Hide_errors = true;
 exclusive-container foo [
   x:number
   y:bar