Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhson Ahmed Khan <ahsonkhan@users.noreply.github.com>2017-10-03 22:28:33 +0300
committerGitHub <noreply@github.com>2017-10-03 22:28:33 +0300
commit402fc2013317dc314198842daddcd114d909badd (patch)
tree30dcb7fa141c8a8d3030d0c02abb48f4b9a8a0d5 /src/System.Memory/tests/Memory/Span.cs
parentec275b2e5c05f81661b8223ef9bc0b46c49bc8e9 (diff)
Reenabling disabled tests and disabling others (for uapaot) (#24385)
Diffstat (limited to 'src/System.Memory/tests/Memory/Span.cs')
-rw-r--r--src/System.Memory/tests/Memory/Span.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Memory/tests/Memory/Span.cs b/src/System.Memory/tests/Memory/Span.cs
index ec10646cc5..1ff80d774e 100644
--- a/src/System.Memory/tests/Memory/Span.cs
+++ b/src/System.Memory/tests/Memory/Span.cs
@@ -41,7 +41,6 @@ namespace System.MemoryTests
owner.Memory.Span.Validate(91, -92, 93, 94, -95);
}
- [ActiveIssue(23952, TargetFrameworkMonikers.UapAot)]
[Fact]
public static void SpanFromCtorArrayObject()
{