We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c053f commit 73f6955Copy full SHA for 73f6955
tests/Magick.NET.Tests/Configuration/ConfigurationFilesTests/TheConfigureProperty.cs
@@ -15,8 +15,6 @@ public void ShouldBeInitialized()
15
{
16
var configurationFiles = ConfigurationFiles.Default;
17
var architecture = Runtime.Architecture.ToString();
18
- if (!Runtime.IsWindows && TestRuntime.IsArm64)
19
- architecture = "aarch64";
20
21
Assert.NotNull(configurationFiles.Configure);
22
Assert.Equal("configure.xml", configurationFiles.Configure.FileName);
0 commit comments