about summary refs log tree commit diff stats
path: root/026call.cc
diff options
context:
space:
mode:
Diffstat (limited to '026call.cc')
-rw-r--r--026call.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/026call.cc b/026call.cc
index 7ad4dd33..269515cc 100644
--- a/026call.cc
+++ b/026call.cc
@@ -133,14 +133,14 @@ void finish_call_housekeeping(const instruction& call_instruction, const vector<
 def main [
   foo
 ]
-+error: main: undefined operation in 'foo '
++error: main: undefined operation in 'foo'
 
 :(scenario calling_undefined_recipe_handles_missing_result)
 % Hide_errors = true;
 def main [
   x:num <- foo
 ]
-+error: main: undefined operation in 'x:num <- foo '
++error: main: undefined operation in 'x:num <- foo'
 
 //:: finally, we need to fix the termination conditions for the run loop