about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 23:48:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 23:55:54 -0700
commit7b6e8a5dd73d04c8717a50eea4031cfc3a78005c (patch)
treef3c88acf20b68b255d5fd8fa9f33af880a542fee
parent218c3612cdb0eb766ebb638585c6f26112c19110 (diff)
downloadmu-7b6e8a5dd73d04c8717a50eea4031cfc3a78005c.tar.gz
1196
-rw-r--r--cpp/.traces/scheduler (renamed from cpp/.traces/run)0
-rw-r--r--cpp/038scheduler.cc2
2 files changed, 1 insertions, 1 deletions
diff --git a/cpp/.traces/run b/cpp/.traces/scheduler
index 07e4c9c5..07e4c9c5 100644
--- a/cpp/.traces/run
+++ b/cpp/.traces/scheduler
diff --git a/cpp/038scheduler.cc b/cpp/038scheduler.cc
index 7645a315..74d05582 100644
--- a/cpp/038scheduler.cc
+++ b/cpp/038scheduler.cc
@@ -1,7 +1,7 @@
 //: Run a second routine concurrently using fork, without any guarantees on
 //: how the operations in each are interleaved with each other.
 
-:(scenario run)
+:(scenario run_multiple)
 recipe f1 [
   run f2:recipe
   1:integer <- copy 3:literal