diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-27 02:07:09 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-27 02:07:09 -0700 |
commit | 0ee122498079ff28f493c2110c7e693c6b831bd8 (patch) | |
tree | 44b4ed6cdbefeeb915881d8b3b26a5a90f0a9e02 | |
parent | c76b49e74ad8b66ac2c077dc0da62c2846131585 (diff) | |
download | mu-0ee122498079ff28f493c2110c7e693c6b831bd8.tar.gz |
1207
-rw-r--r-- | cpp/.traces/wait_for_location (renamed from cpp/.traces/stalled_routine) | 0 | ||||
-rw-r--r-- | cpp/039wait.cc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cpp/.traces/stalled_routine b/cpp/.traces/wait_for_location index cb2311c5..cb2311c5 100644 --- a/cpp/.traces/stalled_routine +++ b/cpp/.traces/wait_for_location diff --git a/cpp/039wait.cc b/cpp/039wait.cc index eba3a437..56707b7c 100644 --- a/cpp/039wait.cc +++ b/cpp/039wait.cc @@ -3,7 +3,7 @@ //: basic technique for orchestrating the order in which different routines //: operate. -:(scenario "stalled_routine") +:(scenario "wait_for_location") recipe f1 [ 1:integer <- copy 0:literal run f2:recipe |