Skip to content

Commit f18baa2

Browse files
committed
生成测试添加一个delegate类型
1 parent 95bc542 commit f18baa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unity/test/dotnet/Src/WrapperGenerator/WrapperGenerate.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ static IEnumerable<Type> Bindings
7979
typeof(Puerts.UnitTest.OptionalParametersClass),
8080
typeof(Puerts.UnitTest.Timer),
8181
typeof(Puerts.UnitTest.TimerTest),
82+
typeof(Puerts.UnitTest.CrossLangTestHelper.LoadResource),
8283
};
8384
}
8485
}

0 commit comments

Comments
 (0)