about summary refs log tree commit diff stats
path: root/037call_reply.cc
diff options
context:
space:
mode:
Diffstat (limited to '037call_reply.cc')
-rw-r--r--037call_reply.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/037call_reply.cc b/037call_reply.cc
index c6045d9c..8f05309e 100644
--- a/037call_reply.cc
+++ b/037call_reply.cc
@@ -9,7 +9,6 @@ recipe f [
   13:number <- add 1:literal, 12:number
   reply 12:number, 13:number
 ]
-+run: instruction main/0
 +mem: storing 34 in location 1
 +mem: storing 35 in location 2
 
@@ -53,7 +52,6 @@ recipe f [
   13:number <- copy 35:literal
   reply 12:point
 ]
-+run: instruction main/0
 +run: result 0 is [2, 35]
 +mem: storing 2 in location 3
 +mem: storing 35 in location 4