about summary refs log tree commit diff stats
path: root/cpp/013literal_string.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-29 21:49:09 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-29 21:49:09 -0700
commit35457609e311125446fed88e3841e0281c2ff708 (patch)
treeab742e8a8b4a9d771d857f858003d95476c1291d /cpp/013literal_string.cc
parent0cc4f18dd56e2e6a80809d48ef1d1e0fb302029e (diff)
downloadmu-35457609e311125446fed88e3841e0281c2ff708.tar.gz
1223 - more stable traces for parse scenarios
Diffstat (limited to 'cpp/013literal_string.cc')
-rw-r--r--cpp/013literal_string.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/013literal_string.cc b/cpp/013literal_string.cc
index c709f58f..57ac8c3a 100644
--- a/cpp/013literal_string.cc
+++ b/cpp/013literal_string.cc
@@ -71,7 +71,7 @@ recipe main [
 recipe main [
   1:address:array:character <- copy [abc]  # comment
 ]
-+parse: instruction: 1
++parse: instruction: copy
 +parse:   ingredient: {name: "abc", value: 0, type: 0, properties: ["abc": "literal-string"]}
 +parse:   product: {name: "1", value: 0, type: 2-5-4, properties: ["1": "address":"array":"character"]}
 # no other ingredients