Fix capnp failing test

This commit is contained in:
Garrett Hopper 2025-05-08 00:25:52 -05:00
parent 412490d3c9
commit 62bb69c78d

View file

@ -130,7 +130,7 @@ struct TestDefaults {
dataList = ["garply", "waldo", "fred"], dataList = ["garply", "waldo", "fred"],
structList = [ structList = [
(textField = "x " "structlist" (textField = "x " "structlist"
" 1"), " 1"),
(textField = "x structlist 2"), (textField = "x structlist 2"),
(textField = "x structlist 3")], (textField = "x structlist 3")],
enumList = [qux, bar, grault] enumList = [qux, bar, grault]
@ -717,7 +717,7 @@ struct TestConstants {
dataList = ["garply", "waldo", "fred"], dataList = ["garply", "waldo", "fred"],
structList = [ structList = [
(textField = "x " "structlist" (textField = "x " "structlist"
" 1"), " 1"),
(textField = "x structlist 2"), (textField = "x structlist 2"),
(textField = "x structlist 3")], (textField = "x structlist 3")],
enumList = [qux, bar, grault] enumList = [qux, bar, grault]