about summary refs log tree commit diff stats
path: root/046global.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 /046global.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 '046global.cc')
-rw-r--r--046global.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/046global.cc b/046global.cc
index ca04741e..3e74c9f5 100644
--- a/046global.cc
+++ b/046global.cc
@@ -66,7 +66,6 @@ global_space = 0;
 //: don't want to make them too comfortable to use.
 
 :(scenario global_space_with_names)
-% Hide_errors = true;
 recipe main [
   global-space:address:shared:array:location <- new location:type, 10
   x:number <- copy 23