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 eca4734 commit fd04531Copy full SHA for fd04531
tests/ImageSharp.Tests/TestUtilities/Tests/FeatureTestRunnerTests.cs
@@ -169,7 +169,7 @@ static void AssertHwIntrinsicsFeatureDisabled(string serializable)
169
{
170
Assert.NotNull(serializable);
171
Assert.NotNull(FeatureTestRunner.DeserializeForXunit<FakeSerializable>(serializable));
172
- Assert.False(Sse.IsSupported, "SSE should be disabled when DisableSSE42 is set (sanity check using serializable param overload).");
+ Assert.False(Sse42.IsSupported, "SSE42 should be disabled when DisableSSE42 is set (sanity check using serializable param overload).");
173
}
174
175
FeatureTestRunner.RunWithHwIntrinsicsFeature(
0 commit comments