提交 0807940b 编写于 作者: J Johannes Rieken

fix tests

上级 7a33546f
......@@ -68,9 +68,8 @@ suite('ExtHostLanguageFeatureCommands', function () {
rpcProtocol = new TestRPCProtocol();
instantiationService.stub(IHeapService, {
_serviceBrand: undefined,
trackRecursive(args: any) {
trackObject(_obj: any) {
// nothing
return args;
}
});
instantiationService.stub(ICommandService, {
......
......@@ -77,9 +77,8 @@ suite('ExtHostLanguageFeatures', function () {
instantiationService.stub(IMarkerService, MarkerService);
instantiationService.stub(IHeapService, {
_serviceBrand: undefined,
trackRecursive(args: any) {
trackObject(_obj: any) {
// nothing
return args;
}
});
inst = instantiationService;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册