about summary refs log tree commit diff stats
path: root/cpp/041name
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 00:28:24 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 00:28:24 -0700
commit8c9e97ae0183e79accbcb1afc57499f83c0b5406 (patch)
tree2411df7fd69a386046f65266ecff9304075e51c1 /cpp/041name
parent01152aa268e54aebade352965ce1200b49fc8f4f (diff)
downloadmu-8c9e97ae0183e79accbcb1afc57499f83c0b5406.tar.gz
1155 - three phases of mu: load, transform, run
Each phase implicitly calls previous phases.
Most C++ scenarios implicitly call one, two or three of the phases.
More clear now that 'load' does more than just add recipes.
Diffstat (limited to 'cpp/041name')
-rw-r--r--cpp/041name2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/041name b/cpp/041name
index f97acd70..791e2227 100644
--- a/cpp/041name
+++ b/cpp/041name
@@ -163,7 +163,7 @@ if (inst.operation == Recipe_number["get"]
 }
 
 //: this test is actually illegal so can't call run
-:(scenarios transform_test)
+:(scenarios transform)
 :(scenario "convert_names_handles_containers")
 recipe main [
   a:point <- copy 0:literal