about summary refs log tree commit diff stats
path: root/050scenario.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 /050scenario.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 '050scenario.cc')
-rw-r--r--050scenario.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/050scenario.cc b/050scenario.cc
index cce79260..a163b0d1 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -445,6 +445,7 @@ recipe main [
   ]
 ]
 -error: location 1 can't contain non-number 34  # comment
+# but there'll be an error signalled by memory-should-contain
 
 :(code)
 //: 'trace-should-contain' is like the '+' lines in our scenarios so far
@@ -527,7 +528,6 @@ recipe main [
 
 :(scenario trace_check_passes_silently)
 % Scenario_testing_scenario = true;
-% Hide_errors = true;
 recipe main [
   run [
     trace 1, [a], [b]
@@ -589,7 +589,6 @@ bool check_trace_missing(const string& in) {
 
 :(scenario trace_negative_check_passes_silently)
 % Scenario_testing_scenario = true;
-% Hide_errors = true;
 recipe main [
   trace-should-not-contain [
     a: b