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, 1 insertions, 0 deletions
diff --git a/032array.cc b/032array.cc
index 6e583e6d..0f8ea6fe 100644
--- a/032array.cc
+++ b/032array.cc
@@ -141,6 +141,7 @@ container foo [
 }
 
 :(scenario code_inside_container)
+% Hide_errors = true;
 container card [
   rank:number <- next-ingredient
 ]