From b9550ee2d7d7181af5e86e286bffe3feac92dcd1 Mon Sep 17 00:00:00 2001 From: puyajun Date: Sun, 30 Jan 2022 10:09:05 +0800 Subject: [PATCH] puyajun@huawei.com fix builderParam bug Signed-off-by: puyajun Change-Id: I84fa86b1ac77ec50dd2ada2eddf4d789cb42d143 --- compiler/test/ut/builder/builderParam.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/ut/builder/builderParam.ts b/compiler/test/ut/builder/builderParam.ts index cdd3352..d21e640 100644 --- a/compiler/test/ut/builder/builderParam.ts +++ b/compiler/test/ut/builder/builderParam.ts @@ -46,7 +46,7 @@ struct CustomContainerUser { CustomContainer({ header: "Header", footer: "Footer", - menuInfo: this.specificChild("menuInfo") + menuInfo: this.specificChild("menuInfo"), child: this.specificChild("child") }) }