about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-07-24 02:19:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-07-24 02:19:40 -0700
commit07ab3e3f35262da46f9d4827222adb9b1e13a274 (patch)
treed48f44c67daf88e2f357c7433d25cc1198689442 /030container.cc
parent21fc618006e491c06a27ecba187af980d5f2df9a (diff)
downloadmu-07ab3e3f35262da46f9d4827222adb9b1e13a274.tar.gz
3143
Fix CI.
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/030container.cc b/030container.cc
index 8784c75c..81e89659 100644
--- a/030container.cc
+++ b/030container.cc
@@ -712,9 +712,9 @@ container foo [
 +parse: element: {x: "number"}
 +parse: element: {y: "number"}
 
-:(scenario container_with_compount_field_type)
+:(scenario container_with_compound_field_type)
 container foo [
-  {x: (table (address array character) number)}
+  {x: (address array (address array character))}
 ]
 $error: 0