about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-04 13:38:48 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-04 13:38:48 -0700
commit564c65b2ea83018acdbf2f9b004ff12de1f67243 (patch)
treea8276a74b288989b4f98d32919072546ec7451b1
parente9a53ca5dc0fad10d44ec83a3b4cfc24ae8b9759 (diff)
downloadmu-564c65b2ea83018acdbf2f9b004ff12de1f67243.tar.gz
1525
-rw-r--r--072scenario_screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/072scenario_screen.cc b/072scenario_screen.cc
index 29810906..b65f1dee 100644
--- a/072scenario_screen.cc
+++ b/072scenario_screen.cc
@@ -213,7 +213,7 @@ void check_screen(const string& expected_contents, const int color) {
         // contents match but color is off
         if (Current_scenario && !Hide_warnings) {
           // genuine test in a mu file
-          raise << "\nF - " << Current_scenario->name << ": expected screen location (" << row << ", " << column << ", address " << addr << ", value " << Memory[addr] << ") to be in color " << color << " instead of " << Memory[addr+cell_color_offset] << "'\n";
+          raise << "\nF - " << Current_scenario->name << ": expected screen location (" << row << ", " << column << ", address " << addr << ", value " << Memory[addr] << ") to be in color " << color << " instead of " << Memory[addr+cell_color_offset] << "\n";
         }
         else {
           // just testing check_screen