From af7b2a7a3232f7e308d8397caadfb0be95b139b3 Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Thu, 2 Jun 2016 09:46:13 -0700 Subject: [PATCH] Removing `[ActiveIssue(9053)]` from `Math.Pow` tests. Commit migrated from https://github.com/dotnet/corefx/commit/44172a49f37a6feae1663e0d019799e9b9808068 --- src/libraries/System.Runtime.Extensions/tests/System/Math.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Runtime.Extensions/tests/System/Math.cs b/src/libraries/System.Runtime.Extensions/tests/System/Math.cs index 9887c75bcce..2b213cb7ef9 100644 --- a/src/libraries/System.Runtime.Extensions/tests/System/Math.cs +++ b/src/libraries/System.Runtime.Extensions/tests/System/Math.cs @@ -258,7 +258,6 @@ public static void Log10() Assert.Equal(double.NaN, Math.Log10(double.NegativeInfinity)); } - [ActiveIssue(9053)] [Fact] public static void Pow() { -- GitLab