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-05-19 21:35:34 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-19 21:35:34 -0700
commit607ddf3391dba72725a368e047169004ada0fcbe (patch)
treebaa3557cae6220a7e9be943af0d76edd7e0eb588 /082scenario_screen.cc
parent66ee78a7bbc209d640c3c360d8973248bc66c898 (diff)
downloadmu-607ddf3391dba72725a368e047169004ada0fcbe.tar.gz
2983 - migrate buttons over to sandbox/
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