about summary refs log tree commit diff stats
path: root/cpp/035call
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/035call')
-rw-r--r--cpp/035call4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/035call b/cpp/035call
index d5867f80..58de7d57 100644
--- a/cpp/035call
+++ b/cpp/035call
@@ -1,6 +1,6 @@
 //: So far the recipes we define can't run each other. Let's fix that.
 
-:(scenario "calling_recipe")
+:(scenario calling_recipe)
 recipe main [
   f
 ]
@@ -9,7 +9,7 @@ recipe f [
 ]
 +mem: storing 4 in location 3
 
-:(scenario "return_on_fallthrough")
+:(scenario return_on_fallthrough)
 recipe main [
   f
   1:integer <- copy 34:literal