about summary refs log tree commit diff stats
path: root/055parse_tree.cc
diff options
context:
space:
mode:
Diffstat (limited to '055parse_tree.cc')
-rw-r--r--055parse_tree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/055parse_tree.cc b/055parse_tree.cc
index 947093b9..f9b15adb 100644
--- a/055parse_tree.cc
+++ b/055parse_tree.cc
@@ -71,7 +71,7 @@ container bar [
 
 :(scenario dilated_reagent_with_new)
 recipe main [
-  x:address:address:number <- new {(address number): type}
+  x:address:shared:address:number <- new {(address number): type}
 ]
 +new: size of <"address" : <"number" : <>>> is 1