about summary refs log tree commit diff stats
path: root/cpp/039wait.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/039wait.cc')
-rw-r--r--cpp/039wait.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/039wait.cc b/cpp/039wait.cc
index 56707b7c..b9cf6bcf 100644
--- a/cpp/039wait.cc
+++ b/cpp/039wait.cc
@@ -6,7 +6,7 @@
 :(scenario "wait_for_location")
 recipe f1 [
   1:integer <- copy 0:literal
-  run f2:recipe
+  start-running f2:recipe
   wait-for-location 1:integer
   # now wait for f2 to run and modify location 1 before using its value
   2:integer <- copy 1:integer