about summary refs log tree commit diff stats
path: root/082scenario_screen.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 /082scenario_screen.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 '082scenario_screen.cc')
-rw-r--r--082scenario_screen.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/082scenario_screen.cc b/082scenario_screen.cc
index 1847cdaf..0b606331 100644
--- a/082scenario_screen.cc
+++ b/082scenario_screen.cc
@@ -115,7 +115,6 @@ if (s == "screen") return true;
 :(scenarios run)
 :(scenario convert_names_does_not_fail_when_mixing_special_names_and_numeric_locations)
 % Scenario_testing_scenario = true;
-% Hide_errors = true;
 recipe main [
   screen:number <- copy 1:number
 ]