about summary refs log tree commit diff stats
path: root/cpp/040brace
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-22 11:39:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-22 11:39:29 -0700
commit3c6784a87bb362a7a2f32d617c5950fec23460cd (patch)
tree094cd564f01256baf8e5c7e8ff1ce3445bdd340d /cpp/040brace
parent86acd63036d059a4c7b89cf01ae49ad169cb04e0 (diff)
downloadmu-3c6784a87bb362a7a2f32d617c5950fec23460cd.tar.gz
1125
Diffstat (limited to 'cpp/040brace')
-rw-r--r--cpp/040brace4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/040brace b/cpp/040brace
index 174335af..3cbffc01 100644
--- a/cpp/040brace
+++ b/cpp/040brace
@@ -370,8 +370,8 @@ recipe main [
 
 //: test how things actually run
 :(scenarios run)
-:(scenario "factorial")
-recipe factorial [
+:(scenario "brace_conversion_and_run")
+recipe test-factorial [
   1:integer <- copy 5:literal
   2:integer <- copy 1:literal
   {