Browse Source

Fix tests build

pull/9752/head
Max Katz 4 years ago
parent
commit
b3eab25240
  1. 1
      tests/Avalonia.Benchmarks/Data/AccessorTestObject.cs

1
tests/Avalonia.Benchmarks/Data/AccessorTestObject.cs

@ -37,7 +37,6 @@ namespace Avalonia.Benchmarks.Data
{
}
[NotifyPropertyChangedInvocator]
protected virtual void OnPropertyChanged([CallerMemberName] string propertyName = null)
{
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));

Loading…
Cancel
Save