Browse Source

Fix build

Max Katz 2 years ago
parent
commit
4c0873eb9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Avalonia.Benchmarks/Styling/ResourceBenchmarks.cs

+ 1 - 1
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());