about summary refs log tree commit diff stats
path: root/032array.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 /032array.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 '032array.cc')
-rw-r--r--032array.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/032array.cc b/032array.cc
index 0edf5b2b..cd63aa49 100644
--- a/032array.cc
+++ b/032array.cc
@@ -119,7 +119,6 @@ if (r.type && r.type->value == get(Type_ordinal, "array")) {
 //: advance
 
 :(scenario container_contains_array)
-% Hide_errors = true;
 container foo [
   x:array:number:3
 ]