about summary refs log tree commit diff stats
path: root/cpp/013literal_string
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-20 11:05:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-20 11:05:14 -0700
commit07efdfd7072d84209b419e66e5a2b48a0c78b2ac (patch)
treed5983420d8b867b9f34fea4bd4c08d9b56220df8 /cpp/013literal_string
parented84cba28ab0a00fca80807228afd71d3a00ac44 (diff)
downloadmu-07efdfd7072d84209b419e66e5a2b48a0c78b2ac.tar.gz
1110 - 'scenarios' directive applies only to current file
Diffstat (limited to 'cpp/013literal_string')
-rw-r--r--cpp/013literal_string1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/013literal_string b/cpp/013literal_string
index 8dc8c1b5..965f3f60 100644
--- a/cpp/013literal_string
+++ b/cpp/013literal_string
@@ -5,6 +5,7 @@
 //: imagine that 'recipe' might one day itself be defined in mu, doing its own
 //: parsing.
 
+:(scenarios add_recipes)
 :(scenario "string_literal")
 recipe main [
   1:address:array:character <- new [abc def]