about summary refs log tree commit diff stats
path: root/032array.cc
diff options
context:
space:
mode:
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
 ]