about summary refs log tree commit diff stats
path: root/082scenario_screen.cc
diff options
context:
space:
mode:
Diffstat (limited to '082scenario_screen.cc')
-rw-r--r--082scenario_screen.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/082scenario_screen.cc b/082scenario_screen.cc
index e1a8d1dc..f90b926b 100644
--- a/082scenario_screen.cc
+++ b/082scenario_screen.cc
@@ -234,6 +234,7 @@ void check_screen(const string& expected_contents, const int color) {
         if (Current_scenario && !Scenario_testing_scenario) {
           // genuine test in a mu file
           raise << "\nF - " << Current_scenario->name << ": expected screen location (" << row << ", " << column << ", address " << addr << ", value " << no_scientific(get_or_insert(Memory, addr)) << ") to be in color " << color << " instead of " << no_scientific(get_or_insert(Memory, addr+cell_color_offset)) << "\n" << end();
+          dump_screen();
         }
         else {
           // just testing check_screen