From a0331a9b0eab63a000dcd022fe605d124c573b8d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2016 13:00:39 -0700 Subject: 3390 --- 055shape_shifting_container.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '055shape_shifting_container.cc') diff --git a/055shape_shifting_container.cc b/055shape_shifting_container.cc index c6f3c128..f0a3924f 100644 --- a/055shape_shifting_container.cc +++ b/055shape_shifting_container.cc @@ -69,7 +69,7 @@ container bar:_a:_b [ ] def main [ 1:text <- new [abc] - 2:bar:num:array:char <- merge 34/x, 1:text/y + 2:bar:num:@:char <- merge 34/x, 1:text/y ] $error: 0 @@ -449,7 +449,7 @@ void test_replace_middle_type_ingredient_with_multiple2() { void test_replace_middle_type_ingredient_with_multiple3() { run("container foo_table:_key:_value [\n" - " data:&:array:foo_table_row:_key:_value\n" + " data:&:@:foo_table_row:_key:_value\n" "]\n" "\n" "container foo_table_row:_key:_value [\n" -- cgit 1.4.1-2-gfad0