about summary refs log tree commit diff stats
path: root/cpp/037call_reply
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 10:19:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 10:19:03 -0700
commit88be3dbc0c996490dbac97538f4d712a5b4f6f07 (patch)
treedbba8f597d3090bb71553544ba28c59644973b3b /cpp/037call_reply
parente351d6fd04d95068fac4402dc103e0752182fa8d (diff)
downloadmu-88be3dbc0c996490dbac97538f4d712a5b4f6f07.tar.gz
1162
Diffstat (limited to 'cpp/037call_reply')
-rw-r--r--cpp/037call_reply4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/037call_reply b/cpp/037call_reply
index 2e5459d4..22548eef 100644
--- a/cpp/037call_reply
+++ b/cpp/037call_reply
@@ -1,6 +1,6 @@
 //: Calls can also generate products, using 'reply'.
 
-:(scenario "reply")
+:(scenario reply)
 recipe main [
   3:integer, 4:integer <- f 2:literal
 ]
@@ -39,7 +39,7 @@ case REPLY: {
 }
 
 //: Products can include containers and exclusive containers, addresses and arrays.
-:(scenario "reply_container")
+:(scenario reply_container)
 recipe main [
   3:point <- f 2:literal
 ]