Skip to content

Commit

Permalink
Only on .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaanstra committed Nov 7, 2023
1 parent 5bcbdc2 commit 0008648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tests/UnitTest/TestComponentCSharp_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3091,6 +3091,7 @@ public void TestWeakReferenceEventsFromMultipleContexts()
staThread.Join();
}

#if NET
[Fact]
public void TestActivationFactoriesFromMultipleContexts()
{
Expand Down Expand Up @@ -3129,6 +3130,7 @@ public void TestActivationFactoriesFromMultipleContexts()

Assert.Null(exception);
}
#endif

[Fact]
public void TestDictionary()
Expand Down

0 comments on commit 0008648

Please sign in to comment.