Browse Source

Fix build

pull/11930/head
Max Katz 3 years ago
parent
commit
4c0873eb9a
  1. 2
      tests/Avalonia.Benchmarks/Styling/ResourceBenchmarks.cs

2
tests/Avalonia.Benchmarks/Styling/ResourceBenchmarks.cs

@ -20,7 +20,7 @@ namespace Avalonia.Benchmarks.Styling
var services = new TestServices(
assetLoader: new StandardAssetLoader(),
globalClock: new MockGlobalClock(),
platform: new AppBuilder().RuntimePlatform,
platform: new StandardRuntimePlatform(),
standardCursorFactory: Mock.Of<ICursorFactory>(),
theme: () => CreateTheme(),
windowingPlatform: new MockWindowingPlatform());

Loading…
Cancel
Save