Removed the use of the debug SaveBitmap
This commit is contained in:
Родитель
ca5eb3a70a
Коммит
6fb447c202
|
@ -69,9 +69,9 @@ csharp_style_var_elsewhere = true:suggestion
|
|||
|
||||
# Prefer special method types to have a block body
|
||||
csharp_style_expression_bodied_constructors = false:suggestion
|
||||
csharp_style_expression_bodied_operators = false:suggestion
|
||||
|
||||
# Prefer methods to have a block body
|
||||
csharp_style_expression_bodied_operators = true:suggestion
|
||||
csharp_style_expression_bodied_methods = true:suggestion
|
||||
|
||||
# Prefer property-like constructs to have an expression-body
|
||||
|
|
|
@ -75,8 +75,6 @@ namespace SkiaSharp.Tests
|
|||
}
|
||||
|
||||
glyphsPixels = bmp.Bytes;
|
||||
|
||||
SaveBitmap(bmp);
|
||||
}
|
||||
|
||||
Assert.Equal(textPixels, glyphsPixels);
|
||||
|
|
Загрузка…
Ссылка в новой задаче