about summary refs log tree commit diff stats
path: root/cpp/042new.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-01 15:25:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-01 15:25:47 -0700
commit5eddbc16fbd437eeec6cd490cd4280cc9e414b30 (patch)
tree0aa6fbc5407680859c8f0d61906c61e15a4bcb18 /cpp/042new.cc
parentd90fce40b7760bac27632da3ee08cb51de9d07a0 (diff)
downloadmu-5eddbc16fbd437eeec6cd490cd4280cc9e414b30.tar.gz
1229
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 [