Skip to content

Commit

Permalink
Remove ActiveIssue for Matrix4x4CreateFromAxisAngleTest (#73870)
Browse files Browse the repository at this point in the history
Fixes #72149.
  • Loading branch information
MichalStrehovsky authored Aug 13, 2022
1 parent f35b96e commit 4c24000
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,6 @@ public void Matrix4x4CreateRotationYCenterTest()

// A test for CreateFromAxisAngle(Vector3f,float)
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/72149", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
public void Matrix4x4CreateFromAxisAngleTest()
{
float radians = MathHelper.ToRadians(-30.0f);
Expand Down

0 comments on commit 4c24000

Please sign in to comment.