about summary refs log tree commit diff stats
path: root/013update_operation.cc
diff options
context:
space:
mode:
Diffstat (limited to '013update_operation.cc')
-rw-r--r--013update_operation.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/013update_operation.cc b/013update_operation.cc
index 418b3563..10b29714 100644
--- a/013update_operation.cc
+++ b/013update_operation.cc
@@ -25,3 +25,10 @@ void update_instruction_operations(const recipe_ordinal r) {
 string maybe(string s) {
   return s + ": ";
 }
+
+:(scenario missing_arrow)
+% Hide_errors = true;
+def main [
+  1:number , copy 0  # typo: ',' instead of '<-'
+]
++error: main: instruction '1:number' has no recipe