about summary refs log tree commit diff stats
path: root/032array.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-17 17:22:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-17 17:22:15 -0700
commit5c0e5492e9d067f9a535186e00c083be328d4d1b (patch)
tree8afaf347f4aa9dc70f516b72294d6aac79b35673 /032array.cc
parent3c163ef7bd53a0bd22e3376a5472622633b88107 (diff)
downloadmu-5c0e5492e9d067f9a535186e00c083be328d4d1b.tar.gz
3061
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
 ]