about summary refs log tree commit diff stats
path: root/013update_operation.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-15 10:45:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-15 10:45:03 -0700
commit3e31f29a5ba176c4a5016d1b2a936e84a6473a71 (patch)
treecc08d17cf5275b7da9974da6fc23a5f065cd4dfb /013update_operation.cc
parentdf0f36fb40fcd5d1a334cb0889bcb7f78023e638 (diff)
downloadmu-3e31f29a5ba176c4a5016d1b2a936e84a6473a71.tar.gz
3907 - standardize test failure messages
Diffstat (limited to '013update_operation.cc')
-rw-r--r--013update_operation.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/013update_operation.cc b/013update_operation.cc
index 0468e80d..8366439d 100644
--- a/013update_operation.cc
+++ b/013update_operation.cc
@@ -22,8 +22,9 @@ void update_instruction_operations(const recipe_ordinal r) {
 }
 
 // hook to suppress inserting recipe name into errors
-string maybe(string s) {
-  return s + ": ";
+string maybe(string recipe_name) {
+  // End maybe(recipe_name) Special-cases
+  return recipe_name + ": ";
 }
 
 :(scenarios transform)