Skip to content

Commit 90c5f05

Browse files
Redirect ActiveIssue on a test (#87468)
1 parent a228f2f commit 90c5f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libraries/System.Reflection/tests/AssemblyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ public void GetExecutingAssembly()
696696
}
697697

698698
[Fact]
699-
[ActiveIssue("https://github.com/dotnet/runtime/issues/67569", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
699+
[ActiveIssue("https://github.com/dotnet/runtime/issues/69919", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
700700
public void GetSatelliteAssemblyNeg()
701701
{
702702
Assert.Throws<ArgumentNullException>(() => (typeof(AssemblyTests).Assembly.GetSatelliteAssembly(null)));

0 commit comments

Comments
 (0)