about summary refs log tree commit diff stats
path: root/cpp/042new.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/042new.cc')
-rw-r--r--cpp/042new.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/042new.cc b/cpp/042new.cc
index 4639beb5..e1dc7d36 100644
--- a/cpp/042new.cc
+++ b/cpp/042new.cc
@@ -109,7 +109,7 @@ recipe main [
 //: Make sure that each routine gets a different alloc to start.
 :(scenario new_concurrent)
 recipe f1 [
-  run f2:recipe
+  start-running f2:recipe
   1:address:integer/raw <- new integer:type
 ]
 recipe f2 [