diff options
Diffstat (limited to 'cpp/037call_reply')
-rw-r--r-- | cpp/037call_reply | 4 |
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 ] |