提交 791305d3 编写于 作者: J Johannes Rieken

fix compile error

上级 eaa84868
......@@ -10,7 +10,6 @@ import { URI } from 'vs/base/common/uri';
import { Event, Emitter } from 'vs/base/common/event';
import { TestThemeService } from 'vs/platform/theme/test/common/testThemeService';
import { CancellationToken } from 'vs/base/common/cancellation';
import { ConsoleLogService } from 'vs/platform/log/common/log';
suite('DecorationsService', function () {
......@@ -20,7 +19,7 @@ suite('DecorationsService', function () {
if (service) {
service.dispose();
}
service = new DecorationsService(new TestThemeService(), new ConsoleLogService());
service = new DecorationsService(new TestThemeService());
});
test('Async provider, async/evented result', function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册